You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking an old react project and rebuilding it using new React features like Hooks.
App bootstrapped with Create React App.
Using Redux for state management.
Immer and redux-immer for immutability concerns
React Transition Group for some animations, might try out Pose after I finish main user flow. Seems interesting.
Also might try setting up a GraphQL / Apollo server to test out / practice.
About
Rebuilding the inventory app in React from scratch using new react features like hooks and some other new packages I want to test out