- Check Node is installed node -v, if no install or yes than step 2
- Create the create-react-app skeleton npx create-react-app sarfaraz-app cd sarfaraz-app npm start
- Add material-ui, react-redux, redux, redux-form in package.json
- Go to the folder location and install the dependencies using npm install
- create store.js and export it.
- Do the provider in index.js
- Create MyForm.js and copy the field array example from redux-form website url:https://redux-form.com/7.3.0/examples/simple/
- Remove validate the form and keep only 2 feilds as firstname, lastname
- Populate the data in Matrial Ui table SimplaTable.js url: https://material-ui.com/components/tables/
- We can use connect component(Grab state from redux) as redux used its data, so data is coming from redux url:https://redux-form.com/7.3.0/docs/api/selectors.md/
- In SimplaTable values are field array and we can iterate the value using alias name m
- Deploy using url:https://dev.to/yuribenjamin/how-to-deploy-react-app-in-github-pages-2a1f
-
Notifications
You must be signed in to change notification settings - Fork 0
HSarfaraz/React_name
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published