Live data from Hacker News

A Primer for Building Single Page Applications with React

github.com

1–10 of 145 posts

Re: A Primer for Building Single Page Applications with React

#6
post #2

Author here, the primer is still in the draft phase but feel free to share your feedback / make pull requests!

Thanks for the guide. Looks awesome! I've recently started working on a SPA in React and was desperately googling around information. Glad to see it in one document.

BTW - I can see that the section on Flux and Alt is still left to be written. Any idea when you'll have the drafts for those sections ready? Lastly, it would be nice if you could contrast Alt with Reflux and give us your recommendations on what to work with.

Thanks a lot, again!

Re: A Primer for Building Single Page Applications with React

#7
post #5

Can you build an SPA using just React? At the very least it seems like you'll need a URL router, and something like underscore.js to fill in the gaps.

Correct! The author has sections outlined for React-router / Flux[0] which, I believe, will be used to detail out the other parts of the app.

[0] - https://github.com/mikechau/react-primer-draft#react-router

Re: A Primer for Building Single Page Applications with React

#8
post #2

Author here, the primer is still in the draft phase but feel free to share your feedback / make pull requests!

Thanks for the guide. Looks awesome! I've recently started working on a SPA in React and was desperately googling around information. Glad to see it in one document. BTW - I can see that the section on Flux and Alt is still left to be written. Any idea when you'll have the drafts for those sections ready? Lastly, it would be nice if you could contrast Alt with Reflux and give us your recommendations on what to work w…

At the rate I am going, I am hoping by next week. But, the author of Alt has already written an amazing getting started guide: http://goatslacker.github.io/alt/guide/ - check it out!

As for a contrast between Alt/Reflux, I am hoping others using different Flux libraries will contribute and share their views, I will also link to some comparisons others have already done, such as: http://pixelhunter.me/post/110248593059/flux-solutions-compa.... But if I have time to, I'll give it a try!

Post reply on HN