The future Javascript ? Back

The future Javascript ?

Posted on 16/2/2022 under tech

Referencing to 2021 Stack Overflow developer survey, Javascript has been the most popular lanaguage again, C# was just medicore for this popularity contest.

It seems bizzare that C# frameworks such as ASP.NET Core holds the top place in web frameworks and other frameworks. This do not correlate with the data that reflects C# in medicore popularity. 

I believed ASP.NET Core have been the popular choice amoung architects and developers for building backend apps and Rest API in microservices and distributed architecture. MVC for frontend has declined since the emergence of Node.js and SPA for single page applications.

Enter the emerging challenger in Javascript Eco System - Sveltle

Base on analysis from the open source community,

Svelte is more lightweight than React

Svelte is faster than React

Svelte doesn't require as much third party tools (Something I love)

Svetle has it's own store for state management (Again something I love)

Svetle has a lower complexity and learning curve, easier to read code as compare to React (I really love this)

The downside of Svetle is it's small community. 

It's time to explore this potential tech, it might be my new choice for developing frontend web apps.