Hacker News new | ask | show | jobs
by kccqzy 3767 days ago
You can perfectly use React without npm. Just download the prebuilt development and production versions of react and a simple <script src="..."> would do.
1 comments

Ok, so what about JSX? Yes, you can write React templates without JSX, but not happily.