olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 359 forks source link

How does this work? #98

Open jakelacey2012 opened 6 years ago

jakelacey2012 commented 6 years ago

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.

olebedev commented 6 years ago

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.

jakelacey2012 commented 6 years ago

@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.

nickmurr commented 4 years ago

It would be great if you update the project!

olebedev commented 4 years ago

PRs are welcome :)