mikecann / mikecann.blog

Mike Cann's Blog
https://mikecann.blog
3 stars 0 forks source link

Why This Blog Runs on NextJS Instead of Gatsby Now #134

Open mikecann opened 1 year ago

mikecann commented 1 year ago

Why This Blog Runs on NextJS Instead of Gatsby Now

http://localhost:3000/posts/why-this-blog-runs-on-nextjs-instead-of-gatsby-now

mikecann commented 1 year ago

imported Disqus comment by 'Ville Lahdenvuo' @2021-01-30 11:12:11_

I don't see a problem with server side rendering if you use a CDN to cache the results especially since your content is quite static?

mikecann commented 1 year ago

imported Disqus comment by 'Ville Lahdenvuo' @2021-01-30 11:15:42_

At this rate next year you'll have to rebuild your blog every two weeks. https://media3.giphy.com/me...

mikecann commented 1 year ago

imported Disqus comment by 'mikeysee' @2021-01-31 07:51:18_

Lol it does feel like it :P

mikecann commented 1 year ago

imported Disqus comment by 'mikeysee' @2021-01-31 07:52:23_

aye well it never seemed to work that way with wordpress :( I think NextJS does some clever thngs with prefetching too under the covers which makes the whole process feel super snappy

mikecann commented 1 year ago

imported Disqus comment by 'Ville Lahdenvuo' @2021-01-31 10:15:00_

I'm sure Wordpress is not the greatest tool for a simple blog anymore. But server-side rendering is not a bad idea in general as long as you can cache the result of the rendering for a long time and with a blog that should be quite easy.