Infinite Scroll with react and CSS3 animation BY Dan Peddle no JSX without changing the script tag type :( codepen demo See the Pen Infinite Scroll with react and CSS3 animation by Dan Peddle
React Contact List (Once upon a Time themed) Contacts app made with React Modeled after this: http://coenraets.org/blog/2014/12/sample-mobile-application-with-react-and-cordova/ codepen demo See the Pen React Contact List by Amanda
Hey React BY Joshua P. Larson This is a simple chat window thing I built in React. My first React project. codepen demo See the Pen Hey React by Joshua P. Larson (@jplhomer)
Random Text React Component This is a a react component that excepts a text, and manually calculates how to flow the text in the given width. You can see the actual component in
React Markdown Previewer Markdown Previewer A FreeCodeCamp project Built with React By Leonardo Prates codepen demo See the Pen React Markdown Previewer by Leonardo Prates (@odran037) on CodePen.
React-Motion: click to front BY John Oksasoglu A proof-of-concept of a React-based interface idea I had. Click on any square to make it spring to the top left-most position in the grid and
Sign Up with React.JS BY Jack Oliver Day 1 of the ReactJS DailyUI project. I'm going to be making 100 different React pens over the next 100 days, in order to get
React Motion Flex Just wanted to show the power of React Motion :) codepen demo See the Pen React Motion Flex by Travis Arnold (@souporserious) on CodePen.
React Circular Slider A simple circular slider made with React and SVG. Use it in your projects! codepen demo See the Pen React Circular Slider by Anthony Dugois (@anthonydugois) on CodePen.
React + Redux Todo BY Josh React and ES6 courses and Dan Abramov Redux course over on https://egghead.io/, so I figuired what the world needed was another todo app... codepen demo See
React Multi-Step Form If you are new to Gulp, Browserify, or build tools in general be sure to check out the blog post for more context and the Wiki for some additional background
Load External Data in React BY Chris Coyier Fetch data in componentDidMount. When the response arrives, store the data in state, triggering a render to update your UI. https://facebook.github.io/react/
Drag & Drop Grid Layout in React This is a proof of concept based on Cheng Lou's totally amazing React Motion library:https://github.com/chenglou/react-motion Really just a proof of concept
React Tabs (w/ composition) BY Anthony Dugois This is the way I prefer to set tabs using React. The most tabs systems I found on the web do not let you to compose
React Calculator iOS Calculator app in React. Display text scales to fit. Uses a 'point event' to avoid 300ms click penalty on mobile. codepen demo See the Pen React Calculator by Michael Jackson
Sudoku game A sudoku app wrote in React and Redux recently live demo http://danialk.github.io/blog/2016/01/15/sudoku-written-using-es6-react-redux/ GitHub
React Infinite A browser-ready efficient scrolling container based on UITableView. React Infinite 0.7.1 only supports React 0.14 and above. Please pin your package to 0.6.0 for React 0.
A UITableView Inspired list and grid display solution with element culling and smooth animations React Infinity React Infinity is an implementation of the UITableView from iOS for the web. (Another famous implementation is
ReactPivot ReactPivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration. Can be used without React. live demo http://davidguttman.github.io/react-pivot/ GitHub
React Data Grid Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like live demo http://adazzle.github.io/react-data-grid/ GitHub
react-bootstrap-table It's a react.js table for bootstrap, named reactbsTable. It's a configurable, functional table component and make you build a Bootstrap Table more efficiency and easy in your React application, However react-bootstrap-table
react-data-components React components for sorting, filtering and pagination of data. live demo https://carlosrocha.github.io/react-data-components/ GitHub
Griddle Griddle is a simple grid Component for use with React. It depends on Lodash Modules and React. live demo http://griddlegriddle.github.io/Griddle/ GitHub
Reactable Fast, flexible, and simple data tables in React. Reactable allows you to display tabular data client-side, and provides sorting, filtering, and pagination over that data. It uses the power of React.js
react-toastr React.js toastr component Demo https://tomchentw.github.io/react-toastr/ Example Please refer to examples/gh-pages folder for example. GitHub
React.js Google Maps integration component https://tomchentw.github.io/react-google-maps/ react-google-maps React.js Google Maps integration component Call for maintainers As the author (tomchentw) currently doesn't actively use this module, he's looking
A timer app that facilitates crossfit workouts. Supports Timed, Tabata, and EMOM style sessions. Crossfit Clock LIVE DEMO http://qualitydixon.github.io/CrossfitClock/#/?_k=m46yyn Built with... React React-Router Webpack Less ESLint (StandardJS)
React is a JavaScript library for creating user interfaces. Its core principles are declarative code, efficiency, and flexibility. Simply specify what your component looks like and React will keep it up-to-date when the
Eventually this will be a mega demo, but right now its just a playground for server-side rendering with react-router. After cloning the repo, do this so check it out: $ npm install $ ./script/dev
React hacker news Hacker News site using React.js with minimalistic material design. Framework and Libraries React.js with ES6 React-Router for routing jQuery for ajax Build tools Gulp with babel transpiler to
React Scrollable List is a scrollable, high-performance list component for rendering large lists of items with React. It's performance really shines when dealing with lists in excess of a thousand items, and scales
A simple autocomplete test component made with Reactjs. (Made with <3 by Luca Colonnello) codepen See the Pen Autucomplete React JS by Luca Colonnello (@LucaColonnello) on CodePen.