Skip to content

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.

Notifications You must be signed in to change notification settings

KaidenCoder/ReduxBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published