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
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
I want to create a simplfied version of this repository which just includes SSR (via parcel). What parts of this repository should I be looking at copying and what other parts could I avoid doing. And would someone be able to breifly explain how this all works.
The text was updated successfully, but these errors were encountered:
Well, I hope the README file contains a brief explanation. The project itself a bit outdated. I am not sure that you can just grab some parts and go further w/o any concerns.
I planning to bring a massive update to the repo. Cannot say when, though.
Hmmm okay I thought as much, what about an short architectural overview of how it works internally without the implementation detail as I don't think this is covered in the README, I've been trying to read the go code but because I don't know go all that well its being quite slow.
For example the bits I'm struggling to find/understand in the code is where the bundle is served, why an event loop is being created as part of me thought this may have been part of gojs and what part of the code in go watches the bundle for updates.
Also if you're planning a massive update, If you need any help with this repo I'll be happy to help if I can.
Firstly two things
I want to create a simplfied version of this repository which just includes SSR (via parcel). What parts of this repository should I be looking at copying and what other parts could I avoid doing. And would someone be able to breifly explain how this all works.
The text was updated successfully, but these errors were encountered: