|
|
|
|
|
by nickreese
700 days ago
|
|
Using this pattern has been a gift. It is really freeing to write templates without a framework and worrying about SSR. Years back I dove completely in on Svelte and even wrote my own SSG that helped kick off the Islands/partial hydration crazy... Elder.js. It was fun, but burnt me out of open source. Today, I only pull for a template language and deal with SSR/Hydration for pages that really need it. I want JS projects that don't break 6 months after the last build. The way you get that is by not adding more dependencies and not chasing the latest craze. |
|
I was somewhat recently trying to get a 3 year old JS project working. I felt like I was alone in an Egyptian pyramid wondering if I had missed the funeral.