You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GO/ Golang of itself, can handle backend effectively.
And when people these days want to build websites, they don't want to build something that is just simple-- else they will use something like WordPress, for a simple website.
The point is, if people want to commit time, hours and effort in coding a website from scratch, they actually want to build something serious, and with a lot of interactivity.
I mean, tools like React, Vue, and Svelte make it possible to create Reusable Web Components.
Their additional strong point is State Management-- where an application's components behaviour changes according to certain actions.
Can GIN be upgraded to such height, as to provide the full features of tools like React, Vue and Svelte-- where we can create Reusable Components, as well as State Management-- in an easy to implement and easy to understand way?
Once GIN can be used to create Reusable Web Components, and GIN can handle State Management on the frontend, as well as cause these to be done in an easy to understand and easy to implement way, we would have brought the React, Vue and Svelte world to GO.
It will be nice if GIN can bring the full power of frontend -- which are Reusable Web Components and State Management capabilities to the world of GO.
The very things ( Reusable Web Components and State Management ) that make React, Vue, Angular and Svelte to be worth any mention.
Bring these same frontend capabilities to the GO Ecosystem.
A POINT OF NOTE
GO inherently can handle concurrency.
Use the concurrency feature of GO to manage State on a Web App developed with Gin.
What's the way forward on this?
Regards.
The text was updated successfully, but these errors were encountered:
GO/ Golang of itself, can handle backend effectively.
And when people these days want to build websites, they don't want to build something that is just simple-- else they will use something like WordPress, for a simple website.
The point is, if people want to commit time, hours and effort in coding a website from scratch, they actually want to build something serious, and with a lot of interactivity.
I mean, tools like React, Vue, and Svelte make it possible to create Reusable Web Components.
Their additional strong point is State Management-- where an application's components behaviour changes according to certain actions.
Can GIN be upgraded to such height, as to provide the full features of tools like React, Vue and Svelte-- where we can create Reusable Components, as well as State Management-- in an easy to implement and easy to understand way?
Once GIN can be used to create Reusable Web Components, and GIN can handle State Management on the frontend, as well as cause these to be done in an easy to understand and easy to implement way, we would have brought the React, Vue and Svelte world to GO.
It will be nice if GIN can bring the full power of frontend -- which are Reusable Web Components and State Management capabilities to the world of GO.
The very things ( Reusable Web Components and State Management ) that make React, Vue, Angular and Svelte to be worth any mention.
Bring these same frontend capabilities to the GO Ecosystem.
A POINT OF NOTE
GO inherently can handle concurrency.
Use the concurrency feature of GO to manage State on a Web App developed with Gin.
What's the way forward on this?
Regards.
The text was updated successfully, but these errors were encountered: