Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.41 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.41 KB

REDUX FETCH API PROJECT

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.

Table of contents

Overview

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.

Screenshot

Links

My process

First, I integrated Redux basic functionalities and then implemented JSX to display the redux state values

Built with

  • CSS
  • Redux
  • React JS

What I learned

I learn how I can integrate Redux into big projects

const s = useSelector((state) => state);
const dispatch = useDispatch();

Useful resources

Author

Acknowledgments

I have done this project from scratch by referencing the websites that I mentioned.