snollygolly / minimal-react

How to create a minimal React.js project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal React

This is a template for building React.js web apps without browserify, babel, and JSX.

These code is explained in this blog post.

Installation

No installation required! Just clone the repo (or download the files as zip) and open index.html in the browser

Other Examples

  • other_examples/with_jsx: The same example using JSX
  • other_examples/third_party/third_party.html: An example of using a 3rd party library
  • other_examples/third_party/third_party_jsx.html: An example of using a 3rd party library, with JSX

Projects using Minimal React

About

How to create a minimal React.js project


Languages

Language:JavaScript 55.1%Language:HTML 44.9%