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

Anyone up for creating a guide/tutorial of creating this PWA from scratch? #57

Open
jasan-s opened this issue Jun 30, 2016 · 4 comments
Labels

Comments

@jasan-s
Copy link

jasan-s commented Jun 30, 2016

No description provided.

@addyosmani
Copy link
Collaborator

addyosmani commented Jul 2, 2016

The approach we took to this PWA was taking an existing codebase and iteratively adding in features like offline (w/Service Worker), SSR and so on to it. I'm working on a rough guide to that. I think there's an interesting story to tell about how to migrate codebases that aren't new there.

@insin might have some articles he wrote with learnings about the core ReactHN part (or might have some planned). It's a lovely complex app. We'd have to check :)

@crazyyi
Copy link

crazyyi commented Jan 9, 2018

@addyosmani Can you explain the design philosophy of this project? Just an architecture diagram maybe enough. I have learned from this project and managed to implement most of the client but is totally different from this project. My implementation is more basic and straightforward but lacking separation of logic in the components whereas this project is more scalable.

I find this project uses very complicated structure to separate logic between components which I don't know how to start. And because the code in this project is implemented using ES5, it is not easy to extract useful information about the architecture based on the source code.

@insin
Copy link
Owner

insin commented Jan 9, 2018

@crazyyi
Copy link

crazyyi commented Jan 11, 2018

@insin Thanks the blog focuses more on updating live data with firebase. But I just want to get the basic things worked first. I haven't used firebase before. And now react's new version tells us not to use Mixins. So I won't use 'react-firebase' (like that in react-hn) now. I might use something like re-base. But do I need an API key?

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

No branches or pull requests

4 participants