Skip to content

Instantly share code, notes, and snippets.

@prestonparris
Last active April 6, 2017 21:32
Show Gist options
  • Star 59 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save prestonparris/ec7597efd4d4977b54af to your computer and use it in GitHub Desktop.
Save prestonparris/ec7597efd4d4977b54af 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
@prestonparris
Copy link
Author

@znation Ok, no problem, I just removed the link. Great talk btw!

@wildseansy
Copy link

Thanks for putting this together @prestonparris!

@msikma
Copy link

msikma commented Feb 3, 2015

Thanks a lot for the compilation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment