It is a redux based project. The libraries used are react-redux, redux, redux-thunk. This project is a demonstration of how redux works and how we can apply it in large projects.
It is a simple Redux project to demonstrate the basic functionalities. We display star wars characters and a random joke using Redux in this project.
- Live Site URL: Live Website
First, I integrated Redux basic functionalities and then implemented JSX to display the redux state values
- CSS
- Redux
- React JS
I learn how I can integrate Redux into big projects
const s = useSelector((state) => state);
const dispatch = useDispatch();
- LinkedIn - Khaidem Sandip Singha
- Twitter - @KurosakiCoder
I have done this project from scratch by referencing the websites that I mentioned.