- "React" - Needs no introduction...
- "React Patterns" - A nice learning resource for all the patterns you'll see used across the React ecosystem
- “Real World Redux” - Talk I gave back in feb on our experience with Redux (there’s a recording linked on that page)
- “Recompose” - Is a react utility library we use
extensively which is allowing us to move towards writing dumber components with localised
containers (ie. removing api redux as a first class api)
- An extra talk on recompose by the creator here: https://www.youtube.com/watch?v=zD_judE-bXk
- Can also see how we’re writing our own Higher order components and component enhancers here: https://github.com/lystable/lystable-frontend/tree/63ab97faf1127b5077222590a96a0da6ae0c1e6f/src/core/decorators
- "Presentational vs Container" - blog post on two key concepts to keep in mind when writing components
- "JSON-API" - The spec our backend api follows
Last active
October 7, 2016 08:43
-
-
Save chrisui/2e02c452609400b7d4efa69209c217a8 to your computer and use it in GitHub Desktop.
Lystable Frontend Learning Resources
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment