/hello-redux

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

Primary LanguageJavaScript

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.