Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State Management with GIN Web Framework #4065

Open
CordialSocial opened this issue Oct 4, 2024 · 0 comments
Open

State Management with GIN Web Framework #4065

CordialSocial opened this issue Oct 4, 2024 · 0 comments

Comments

@CordialSocial
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant