GamiPress Cordial
unread,Aug 30, 2024, 12:54:30 PMAug 30Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
I want to build an Application like Facebook.
Now, I've started using Svelte and SvelteKit, but I'm noticing quite some level of complexity that wants to kill me.
So I thought to ask, "How can I build a website 100% like Facebook with GO" ?
React, Vue and Svelte shined, and the main problem they came to solve, is State Management.
How can we achieve the State Management features of React, Vue and Svelte, by using GO, without those Frontend frameworks and Libraries?