Have you looked into MS Visual Studio Code's Web Template Studio yet?

Co-Founder, @CreoWis | Teacher, @tapaScript | Founder, @ReactPlay | YouTuber | Writer | Human
Search for a command to run...

Co-Founder, @CreoWis | Teacher, @tapaScript | Founder, @ReactPlay | YouTuber | Writer | Human
Waoo this is great!
Traditional SSR is great, but it has a massive buffering problem. Let's look into the SSR Streaming and learn how it could be a game changer.

Learn how to build maintainable, reusable forms in React using design patterns like custom hooks, compound components, and context for scalable CRUD

Learn how JavaScript variables work, including let vs const, primitive and reference types, pass by value, and how JavaScript stores data in memory.

A beginner-friendly introduction to JavaScript covering what it is, how it works, and how to set up your JavaScript environment

Learn how the promises are handled internally using event loop. This concept is essentials to debug and work with async programming.

GreenRoots Blog - A Blog by Tapas Adhikary
186 posts
Educator | YouTuber | Building ReactPlay | Let's Connect
Last month, Microsoft had announced the early release of the Visual Studio Code's cool extension called, Web Template Studio (WebTS). The main aim of the extension is to accelerate the creation of new web applications using a wizard-based experience. The early release notes can be found here.
I found it cool so far where it supports,
WebTS was created using TypeScript and React. Different combinations of generated code are merged together by Core Template Studio, which was made using .NET Core.


Minimum version of VS code required: 1.33.0
Once launched, you can use it to create a sample app of your choice in no time!

Here are some resources to learn more:
Hope this was useful in some way 💡💡💡.