Skip to content

by @Bertz-tech and @ShapeGroup / react base app example (a boilerplate codes) injected directly in html

License

Notifications You must be signed in to change notification settings

js-react-collection/react-base-app-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-base-app --webspace

Currently in this exemple:

  • react model in a standard web:
    1. boilerplate with babel JSX
    2. boilerplate with plain Js

extra note:

all hooks (you need to transation from node jsx to normal js): react-base-app-nodejs or react... / hookscripts

for use "import" you need a http server (node or php or other)
ex: import TestComponent from "./testcomponent.js"