This project was bootstrapped with Create React App.
- Counter - a simple counter example from redux docs
- Posts - a simple redux/toolkit app containing only action reducers
- Posts API - Posts with createAsyncThunk and extra reducers
- Crud API - a users sortable table with search, add, delete, edit user and handled with createAsyncThunk and extra reducers