Skip to content

The idea here is to setup a very basic react application for absolute beginners. It demonstrates all the commonly used react hooks for any web project with examples. It also covers a very basic implementation for redux. Although the tasks are really small but they are important means to demonstrate how these technologies work.

Notifications You must be signed in to change notification settings

mail4hafij/react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux

The idea here is to setup a very basic react application for absolute beginners. It demonstrates all the commonly used react hooks for any web project with examples. It also covers a very basic implementation for redux. Although the tasks are really small but they are important means to demonstrate how these technologies work. The project covers the following

  1. React - useState, useEffect, useMemo, useRef, useForm, useContext, router, async calls, custom hooks, etc.
  2. Redux - Store, Reducers, Actions, Dispatch.
  3. ReduxToolkit - https://redux-toolkit.js.org/introduction/getting-started

Install all the node packages npm install and run the app npm start

About

The idea here is to setup a very basic react application for absolute beginners. It demonstrates all the commonly used react hooks for any web project with examples. It also covers a very basic implementation for redux. Although the tasks are really small but they are important means to demonstrate how these technologies work.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published