Skip to content

React Application with Redux fundamentals: reducers, hooks, action-creators, redux-saga

Notifications You must be signed in to change notification settings

imwshdp/hello-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux App

React application with basic Redux and Redux Saga features. The simulation of receiving data from the server is implemented using the JSONPlaceholder website.

The application includes:

  • Consuming REST API
  • React custom hooks
  • Redux store with action-creators and combined reducer

The application is designed based on Ulbi TV video tutorials. Hosted review version of app is available here.

Stack

  • React v18
  • React hooks for state management
  • Redux as state manager
  • Redux Thunk for async requests logic
  • Redux Saga for async requests logic

Learn More

You can learn more in the Create React App documentation. To learn React, check out the React documentation.

About

React Application with Redux fundamentals: reducers, hooks, action-creators, redux-saga

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published