DEV Community

Discussion on: Are template engines still relevant in 2020?

Collapse
 
0916dhkim profile image
Danny Kim

SSR and SSG are very trivial using a templating engine. On the other hand, you need some clever tricks or some "magic" in order to do the same with React. Depending on your use-cases, templating engines can be more appealing. Personally, I don't mind doing client-side rendering, so I use React most of the time.