Skip to content

ramoneguru/isotope-react

Repository files navigation

Build Status

Isotope (in React)

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.

Stumbling points

* Needing to learn ReactJS quickly * Brushing up on animations more * Setting up a ReactJS dev environment * Organizing ReactJS code

Improvements

* Update splash page with something nicer * Experiment with different form layout * Add update/delete element

Install

Global: Node Webpack, Webpack-cli
$> npm install
$> npm start

Go to http://localhost:8080 and the landing/splash page should show up.

About

React implementation of the Isotope library

Resources

Stars

Watchers

Forks

Packages

No packages published