Skip to content

This application is a proof of concept to learn Redux essentials through React JS and node 12.18.4 or higher

Notifications You must be signed in to change notification settings

atogue/redux-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Essentials Learning

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.

Note: node version 12.18.4 or higher is required

Available Scripts

In the project directory, you can run:

npm install

Then

npm start

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

This application is a proof of concept to learn Redux essentials through React JS and node 12.18.4 or higher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published