Author - Twitter: @atogue
This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
It implements Redux essentials like Reducers and dispatch using createSlice to mutate state application saved on a single store. These behaviors can be shown through some functionalities as save or remove a post message.
In the project directory, you can run:
Then
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.