Skip to content

js-react-collection/react-base-app-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-base-app --nodejs

by @bertz-tech and @ShapeGroup / react base app boilerplate in nodejs

Currently in this exeple:

  • make a react app with CLI:

    • npx create-react-app myApp
    • cd myApp
    • npm start
  • initialized index

  • build different simple page (the main components) with basic route

  • build, inject and basic management of nested subcomponents

  • build functions and class js/react

  • hooks:

    • useState
    • useReducer
    • useEffect
    • useLayoutEffect
    • useCallback
    • useRef
    • useProps
    • useContext
    • useMemo
    • useImperativeHandle (coming soon)