Hacker News new | past | comments | ask | show | jobs | submit | Vignitus's comments login

Where should I start if I want to contribute ?


There is a tag on some Github issues "good first bug" that should be a good start.

https://github.com/facebook/react/issues?q=is%3Aissue+is%3Ao...

I think a lot of the core folks also hang out on IRC at #reactjs on freenode.


I think they're on Discord now on the Reactiflux server.


Great tutorial !



Could you expand on your server rendering of React ?


We built an javascript API mapping that's "isomorphic". The express server receives a request, and for each route we have a function that takes the request, uses the API mapping that sends REST calls to our django server to grab the appropriate data, sends the data through to the store (server calling createStore from redux), the body rendered using Provider from react-redux, and using the react-router, which is rendered back on to the express response. The state is pasted onto the page using JSON.stringify (with some caveats to escape </script> tags), and is hydrated back onto the elements on the page by the browser, by calling on createStore on the state pasted onto the page.


Hmm I'm still not following. Can you dumb that down a bit? Or is there a simple example you can point to?


Off-topic: I'm kinda new here, what does GP stand for ?


The grandparent comment, as opposed to the parent comment or the original post.


Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: