You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: