DEV Community

Discussion on: It is ⌚time to ditch ReactJS or Angular and use better web standards like web components😍 part 1

Collapse
 
kamlekar profile image
Mr_Green • Edited

I feel nunjucks or other templating languages (like pug) are better. We can do what react and angular does and also we can dynamically include images/files from a folder with straight forward code which just pre-compiles with nodejs. Now, I am using react because of scss + css modules. Hopefully will try to come up with nodejs+nunjucks+webpack+scss+css modules soon.

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

I need to checkout nunjucks.

This is the first time I hear about it.

Collapse
 
kamlekar profile image
Mr_Green • Edited

It is just a template engine library available to compile htmls with nodejs and on runtime. IMO, a huge advantage on react. This is not what web components does but can be combined with it to have full control of web development.

Thread Thread
 
lampewebdev profile image
Michael "lampe" Lazarski

Sounds nice!