I was asked on April 12, 2016 to implement the isotope jQuery plugin using ReactJS. Initially I thought it to be quite difficult since I had not done much if any ReactJS.
It's always a little tough starting out when you don't know a technology and have to build something with it. However, if you take the "break it down to smaller pieces" approach to problem solving then it actually becomes manageable.
I've created a simple form to add an element to a table. You can also filter and sort by different attributes.
* Needing to learn ReactJS quickly * Brushing up on animations more * Setting up a ReactJS dev environment * Organizing ReactJS code * Update splash page with something nicer * Experiment with different form layout * Add update/delete element Global: Node Webpack, Webpack-cli$> npm install
$> npm start
Go to http://localhost:8080 and the landing/splash page should show up.