Skip to content

Instantly share code, notes, and snippets.

@xgrommx
Forked from prestonparris/reactjs-conf-2015-notes.md
Last active September 15, 2016 09:22
Show Gist options
  • Save xgrommx/eaad24daf131807de03a to your computer and use it in GitHub Desktop.
Save xgrommx/eaad24daf131807de03a to your computer and use it in GitHub Desktop.
Notes from the 2015 React.js Conference

Reactjs conf 2015 Notes

  • Pete Hunt's talk
    • video
    • "shared mutable state is the root of all evil."
    • your app == derived data
    • save everything
    • rabbitmq -> flux server store
    • push state into distributed message queue
    • choose best data store for the question you are asking it
    • Directed acyclic graph
    • stream processing
    • difficult to make distributed system that is consistent, eventually consistent based on a log
    • CAP Theorem
    • Apache kafka
    • dont have stores talk to each other combine them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment