go-starter-kit icon indicating copy to clipboard operation
go-starter-kit copied to clipboard

How does this work?

Open jakelacey2012 opened this issue 6 years ago • 4 comments

Firstly two things

  • Thanks for creating this, really good idea!
  • Sorry for the issue title.

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.

jakelacey2012 avatar Jun 30 '18 15:06 jakelacey2012

Hi @jakelacey2012,

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.

olebedev avatar Jul 01 '18 14:07 olebedev

@olebedev thanks for the reply.

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.

jakelacey2012 avatar Jul 01 '18 14:07 jakelacey2012

It would be great if you update the project!

nickmurr avatar Aug 22 '19 09:08 nickmurr

PRs are welcome :)

olebedev avatar Aug 26 '19 02:08 olebedev