๐ถ Freeman
Just want to share my thoughts here. I've worked with react for the last 5 years. However I've started seeing a trend and it's for a good reason that people incl me realise the trade offs of reactivifying everything. Esp for a blog, a non SPA server rendered page works with less moving parts, or a html only SSG (i use zola). You could mount extra reactivity with Web Components (e.g remount). PS i still use next.js, not trying ti dismiss it :)