DEV Community

Discussion on: I am the author of Elm in Action. Ask Me Anything!

Collapse
 
pruett profile image
Kevin Pruett

Any advice for a team looking to incorporate Elm into a large React-based app who relies heavily on server side rendering (SSR) in Node? In a similar vein, do you have thoughts on apps that are SSR'd vs apps that are single page applications?

Collapse
 
rtfeldman profile image
Richard Feldman

See dev.to/rtfeldman/i-am-the-author-o... regarding SSR in Elm.

My thoughts on SSR in general are "don't do extra work unless it's going to solve a problem you have." 😄