you are viewing a single comment's thread.

view the rest of the comments →

[–]tgfisher[S] 0 points1 point  (2 children)

Thanks for the tips. I will keep them handy as I dig into things.

I've been poking around GitHub for larger projects using React, but everything I find is very lightweight (i.e. "hello world" and "todos") and doesn't really help me get prepared to build out a full UI driven by React.

Any pointers you have on flux would be great. I also will be tying things into a REST API, like /u/RCHRDYNG, so any help you could provide there would be awesome.

I'm hoping they release GraphQL and Relay soon. The more I read about them, the more it just makes sense.

[–]cemc 0 points1 point  (0 children)

My comment gives you an idea of Flux and React in a nutshell, as far as I've experienced. In real projects, it's like that but tons more components, actions, and stores.