Ask HN: Am I missing something (modern webdev)?
11–18 of 18 posts
Re: Ask HN: Am I missing something (modern webdev)?
#12We’re we struggled was on the internal tooling for content creators and managers. While we could still do most things, many of the new requested features were difficult to implement with our tools and time budgets
In other words, the older development ways still work for us for static content delivery but rich interactive applications were very hard. And increasingly the public side of things needed to be more application focused.
My team ended up choosing to use SvelteJS, which in many ways allowed us to still use similar development patterns. And has all so allowed us to slowly enhance our sites and not fully rewrite in on go.
I won’t say it has been an easy transition, and we had several false starts (trying React and other frameworks). But we are now very happy with our direction.
In the end, do what works for your project. Your current practices maybe the best for your situation l
Re: Ask HN: Am I missing something (modern webdev)?
#13Re: Ask HN: Am I missing something (modern webdev)?
#14Re: Ask HN: Am I missing something (modern webdev)?
#15Re: Ask HN: Am I missing something (modern webdev)?
#16Re: Ask HN: Am I missing something (modern webdev)?
#17Re: Ask HN: Am I missing something (modern webdev)?
#18Maybe build your own stuff and seek out tools when you need them