You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
id | title | layout | permalink | prev |
---|---|---|---|---|
examples | Examples | docs | examples.html | addons.html |
Production Apps
- All of Instagram.com is built on React.
- Many components on Facebook.com, including the commenting interface, ads creation flows, and page insights.
- Khan Academy is using React for most new JS development.
Sample Code
- We've included a step-by-step comment box tutorial.
- The React starter kit includes several examples which you can view online in our GitHub repository.
- React Page is a simple React project creator to get you up-and-running quickly with React. It supports both server-side and client-side rendering, source transform and packaging JSX files using CommonJS modules, and instant reload.
- React one-hour email goes step-by-step from a static HTML mock to an interactive email reader (written in just one hour!)
- Rendr + React app template demonstrates how to use React's server rendering capabilities.