lukebelliveau / react-feature-playground

Showcase of future React features

Home Page:https://react-future.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Future

The only purpose of this project is to showcase future features of React.

You can try the app here: https://react-future.herokuapp.com

Disclaimer

Please don’t use React alphas in production! They have bugs, missing documentation, and unstable APIs.

How to run the project

Clone from github and move into directory

$ git@github.com:giamir/react-future.git
$ cd react-future

Run the application

$ yarn && yarn start

New React Features showcased

Suspense ✅

A generic way for components to suspend rendering while they load asynchronous data.

Time Slicing ⚠️ (wip)

A generic way to ensure that high-priority updates like user input don’t get blocked by rendering low-priority updates.

New context API ✅

A new version of context that provides a mechanism for a child component (Consumer) to access a value in an ancestor component (Provider).

About

Showcase of future React features

https://react-future.herokuapp.com


Languages

Language:JavaScript 83.9%Language:CSS 10.3%Language:HTML 5.8%