This will provide a gradual implementation of the 'todo' application on React's website (or a close approximation).
If you are just starting, I'd suggest using JSBin to play around; you can learn React without having to install anything locally.
If you want to develop locally, this assumes you have an index.html
that includes both React and index.js
(which we'll mention in a moment) and a index.jsx
or similar that is getting compiled to the index.js
file previously mentioned. We'll technically be using browserify
, but webpack
or similar should work fine.