Skip to content

Instantly share code, notes, and snippets.

View vmasto's full-sized avatar

Vassilis Mastorostergios vmasto

  • Thessaloniki, Greece
View GitHub Profile
@vmasto
vmasto / twitter-react-redux-email.txt
Last active August 3, 2023 22:34 — forked from fat/email.txt
Twitter's React/Redux application architecture
Hey,
This is the redux video series that helped me learn how to use it: https://egghead.io/courses/getting-started-with-redux. And here's a section on react "stateless functions": https://facebook.github.io/react/docs/reusable-components.html#stateless-functions
Later you might want to play around with React Native
React Native for Web: https://github.com/necolas/react-native-web
Try it out here: http://codepen.io/necolas/pen/PZzwBR/?editors=0010
And I thought you might get some ideas from what we're doing for mobile.twitter.com, which is a bit like this...