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.
React
v18React hooks
for state managementRedux
as state managerRedux Thunk
for async requests logicRedux Saga
for async requests logic
You can learn more in the Create React App documentation. To learn React, check out the React documentation.