Go here to see the project running
This code follows a post by Dan Hood on separating the state of an app from any potential form data that is to be extracted from the state
The code is written and tested for node v11.0.0 Clone this repository and go to it's root
npm install
npm start
The base code can be found in the /src
folder.
Comments on the particular text of the post will be put in comments initially, and later on summarized in a dedicated readme
Initial version scaffold taken from the tutorials by running
npx create-react-app react-state-form
Inspiration taken from the react shopping cart example
TS and Flow fight each other. Had to disable TS / JS lang features
Installed flow
Downgraded from Node v13.0.0 after the build stopped working due to an eslint regex inside node_modules containing invalid flags
See a small chunk of things that would be on the roadmap