Skip to content

Infvyr/redux-tut

Repository files navigation

Redux Tutorials

This project was bootstrapped with Create React App.

It's just a tutorial that contains a few simple projects built with redux and @reduxjs/toolkit


List of projects

  1. Counter - a simple counter example from redux docs
  2. Posts - a simple redux/toolkit app containing only action reducers
  3. Posts API - Posts with createAsyncThunk and extra reducers
  4. Crud API - a users sortable table with search, add, delete, edit user and handled with createAsyncThunk and extra reducers