DEV Community

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

Collapse
 
mikevv profile image
MikeVV

My idea is to not to have dependency to node/npm at any stage.
From comments is see good options with:

  • Vue
  • AngularJS
  • lit (if it possible to use it via unpkg)
  • and svelte (also via unpkg)

Looks like now I need to check above 4 frameworks more closely.

Thread Thread
 
miketalbot profile image
Mike Talbot ⭐

@mikevv Don't use AngularJS - it's kinda deprecated. As I mentioned React works out of the box in the browser.

Thread Thread
 
mikevv profile image
MikeVV

Thank you, will take a closer look to React in browser 🙂