DEV Community

Discussion on: Are there modern JavaScript frameworks without NodeJS dependency?

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Agreed, but that is certainly not necessary for React. You can just get going in the browser - if you want JSX then you need to get the in browser transpiler, but plain old React is fine without it and that doesn't require Node - it's an "in browser" babel thing.