Hacker News new | ask | show | jobs
by TekMol 539 days ago
How does JSX "directly" render to HTML? Have you compared the codebase of the React to EJS? EJS is much more direct. And the logic is also Javascript.

What do you mean by "no mapping to Javascript"? It is not as if React is part of the Browser API.

1 comments

How do you get the server-side data to client-side Javascript? For example an array of strings or an object.