|
|
|
|
|
by mzronek
529 days ago
|
|
With Full-Stack React you will use JSX to directly render HTML. Logic is done with Javascript, so you don't need to learn an additional language. There is also no mapping to Javascript and you can use the standard toolchain (for debugging). |
|
What do you mean by "no mapping to Javascript"? It is not as if React is part of the Browser API.