Skip to content

State balance across siblings and parent through each child is implemented successfully for some company's budget allocation chart.

Notifications You must be signed in to change notification settings

Nandhakumarsj/budget-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

budget-allocator

State balance across siblings and parent through each child is implemented successfully for some company's budget allocation chart.

It replaces the use cases of useContext with useState and useEffect hooks. Shortly saying this application maintaines its own states with different hierarchy levels of the main component.


Alternatively we can use Redux store keep the whole Context in a single application.
View the production build here

Note

  • Though the use of context is encouraged this experimented to replace that hook .
  • useReducer works best for useContext hook in this case

About

State balance across siblings and parent through each child is implemented successfully for some company's budget allocation chart.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published