Hacker News new | ask | show | jobs
by textman 1497 days ago
Are you saying React needs javascript?
1 comments

Yep.

The only HTML is a shell that has some <script> tags and a <div> in it. The react app is written in Javascript and writes DOM nodes into that <div>. With no Javascript you just see the empty shell.