|
|
|
|
|
by diggan
969 days ago
|
|
JSX specifically is about the "special" syntax (`<div>hello</div>`), without the syntax it's just React (`React.createElement('div', null, 'hello')`) Jakarta and go-app.dev seems to be similar to React, but in no way similar to JSX. |
|