Files
react.dev/docs/complementary-tools.md
Cheng Lou 36e14d6b4c [Docs] Consolidate the two examples sections
Also made the formatting more consistent between complementary-tools and
examples.
2014-02-23 18:58:28 -08:00

3.8 KiB

id, title, layout, permalink, prev, next
id title layout permalink prev next
complementary-tools Complementary Tools docs complementary-tools.html videos.html examples.html

React is a small library that does one thing well. Here's a list of tools we've found that work really well with React when building applications.

If you want your project on this list, or think one of these projects should be removed, open an issue on GitHub.

JSX integrations

Full-stack starter kits

Routing

Model management

  • react.backbone Use Backbone models with React.
  • cortex A JavaScript library for centrally managing data with React.
  • avers A modern client-side model abstraction library.

Data fetching

  • react-async Adds a getInitialStateAsync(cb) method suitable for data fetching on both the client and the server.
  • superagent A lightweight "isomorphic" library for AJAX requests.

UI components