|
|
|
|
|
by 8n4vidtmkvmk
490 days ago
|
|
While you can run React without a compiler (at least last time I checked), it's really no fun without TSX/JSX, so you need a compiler. There's a bunch of choices in that category, and a bunch of loaders/plugins you can pile on top of that. Compilers and bundlers are not so fun to maintain. |
|