Redux / React Example to display the application architecture whereby the User Action of entering in their profile details will update the State tree and ultimately, the display components in the View.
npm install
npm start
Go to http://localhost:3000/ in your browser
To run locally with webpack hot reloading (Development Mode)
npm run dev
(√) Set up intake form
(√) Set application state
(√) output user details
(x) Create Profile Tab in Header Bar
React Bootstrap Components
React Cellblock
React Router
Enjoy! Hope it helps get your project off the ground!