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

React as a Specification

Open English3000 opened this issue 7 years ago • 0 comments
trafficstars

React can be a language agnostic design pattern.

Many languages have implemented their own version of JavaScript. A natural step for them is to come up with some sort of implementation for React.

Rather than tying React to JavaScript, imagine making it more like JSX or GraphQL--a specification that languages are free to implement.

EXAMPLE

Of course, then the main challenge is getting browsers to be able to use that non-JS code... i.e. Shift the paradigm from thinking of JS as another scripting language to it serving the purpose of a VM for the browser.

English3000 avatar Aug 05 '18 22:08 English3000