react-future icon indicating copy to clipboard operation
react-future copied to clipboard

Specs & docs for potential future and experimental React APIs and JavaScript syntax.

Results 25 react-future issues
Sort by recently updated
recently updated
newest added
trafficstars

I don't really like this because it's less specific and more difficult to opt out of certain merges.

CLA Signed

className : string -> classList : array Objects and arrays could use an implicit ... identifier for deep updates. It's not yet clear how a deep update strategy would work...

CLA Signed

https://github.com/reactjs/react-future/blob/f8808dd4cd275dcc2a81b41989a71cd23ad98308/04%20-%20Layout/04%20-%20Inline%20Styles.md provides a proposed API for defining inline styles on a component. In some cases, it's necessary to use media queries or pseudo classes in a selector, which isn't directly...

Is it possible to make the react-dom diff from the cache instead as well as you code? Say you are making a server render call, and the data could be...

Isn't it possible to take the render(props, etc, etc) with arguments, and pass it as a stateless function, that loads externally on demand instead on as a group with prefixed...

If ES6+ syntax is to be used, for exports of an object variable that will not change, const is more appropriate.

Looking at the latest update in 05 - Async, I really like the syntax coming together here. It seems to give you most of what you need to write components...

After reading the [Angular 2 google doc on rendering architecture](https://docs.google.com/document/d/1M9FmT05Q6qpsjgvH1XvCm840yn2eWEg0PMskSQz7k4E) I got thinking about how this could be achieved with React. Wouldn't it be awesome if a web worker could...

Or implemeting another way of improve the rendering performance