SimplytheBest React Scripts

The simply the best collection of React scripts

Headroom.js By: Nick Williams
Free MIT

A lightweight widget that allows you to react to the user's scroll. The header slides out of view when scrolling down and slides back in when scrolling up. It has a pure JS API, plus an optional jQuery/Zepto plugin and AngularJS directive.

105   1571
ReactPHP By: ReactPHP
Free MIT

ReactPHP is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of which it provides low-level utilities, such as: Streams abstraction, async DNS resolver, network client/server, HTTP client/server and interaction with processes. Third-party libraries can use these components to create async network clients/servers and more.

React By: Facebook
Free Open Source

React is a JavaScript library for building user interfaces. It makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.

In this tutorial, we support multi-file upload by processing an array of files uploaded by users. The example shows a progress bar to show the uploading progress. Since a multi-file upload takes some time, the progress bar will be helpful to know the status.