Skip to content

jackcallister/react-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Simple

Just like the good old jQuery days. Get up and running in a flash with React. No build tools, no config, no bullshit. Also no server side rendering, routes or any other tools you may need down the road. This is aimed and getting yourself up and running with the least amount of overhead.

Installation

Run python -m SimpleHTTPServer from your terminal in the project directory, open up localhost:8000 then edit HelloWorld.js to your heart's content.

Notes

  • There are two globals available in HelloWorld.js, React and ReactDOM.
  • If you can't get the python server running after shutting it down run killall python.

Disclaimer

This project uses a script called Babel which makes sure the modern JavaScript you write compiles into JavaScript capable of running in the browser. This process occurs when the application is loaded and causes more load time on the client than pre-compiling your JavaScript once on a server. If your application is large and you are concerned about load time you will need to learn how to compile the JavaScript on your server framework of choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published