|
|
|
|
|
by lsjroberts
2852 days ago
|
|
Gatsby produces static html sites and then rehydrates them once loaded, which is what makes it feel so fast. Elm dynamically generates the html. There has been some work to generate static html from Elm - https://github.com/eeue56/elm-static-html - and there's no technical reason I'm aware of that prevents it from being taken as far as Gatsby does. |
|
(It uses elm-static-html under the hood.)