mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

10K
active users

#svelte

8 posts7 participants1 post today

Best Angular Development Alternatives in 2025

cyberpinoy.net/read-blog/20068

Discover the top alternatives to Angular in 2025 that offer enhanced performance, flexibility, and developer experience. Explore emerging frameworks shaping the future of modern web development.

#AngularAlternatives
#WebDevelopment2025
#FrontendFrameworks
#ModernWebDev
#AngularVsReact
#VueJS
#Svelte
#NextJS
#WebDevTrends
#JavaScriptFrameworks
#Frontend2025
#CodeSmart
#DevCommunity

The data flow for the new project so far is as follows:

Maintain the data collection in Strapi - all news clippings, people, org info etc are kept in the CMS

@astro pulls Strapi data as a collection and builds static JSON files as ReST routes

#Svelte + #d3js pull the data from the ReST endpoints and draw the visualization in the browser.

The actual site is fully static, but I get the benefit of a full db and a nice interface for the backend, that is hosted independently.

who has code blowing up that links back to your code editor sensibly efficiently?

specifically svelte code, so in a docker, node, vite, ..., browser stack away from the editor (in another one of these stacks)

wanting to websocket sync important things like throws back to the editor during bumpy development.

Say what you will about electron, but I find it AMAZING that I can make this UI with svelte and typescript and it magically works on all major operating systems. The rendering engine is webgl and even _that_ runs flawlessly on everything. I don't even know how I'd build this otherwise while maintaining that level of cross-platform compatibility.