How to make a Page for React Project

 

Step A :: Data at the Page 

Step 01::  Import React and all the other things

 Step 02::  Import Actions

 Step 03:: Put Data in this.state

 Step 04:: Bind Handle Change handle Submit and other Things.

 Step 05::  get the data from other parameters in componentwillmount from other states

 Step 06::  Set handle Change Event

 Step 07::  Set handle Submit event

 Step 08 :: Define in const the data in this.state

Step 09 ::  Define in const the data in const in this.props

Step 10::  Put the data in Form Row

Step 11:    Other  data from other parameters  

Step 12:   Take the data in Action Creators



Step B ::  Make Actions and import in index.js of actions

Step C::  Make Services and import in index.js of services

Step D::  Make Constants and import in index.js of constants

Step E:: Make reducers and import in index.js of reducers





Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5