Full-Stack Flux Architecture in React.js - React.js Conf 2015
Offered By: Meta via YouTube
Course Description
Overview
Syllabus
Intro
Interesting abstraction
Solvers are unpredictable
Full-stack Flux
The current state of the backend
How Flux can save us
A review of Flux
Facebook chat
The old way
A new question
A new action
Alternative: observe a data model
Shared mutable state is the root of all evil.
Flux helps you scale actions and questions
What about the backend?
Your app == derived data ...using the history of every action that ever happened
Process every action for every query request.
Can we make it fast enough?
An example: photos
Lots of advantages Manage the trade-atts of your data store granularly
Choose the best data store for your question.
Closing the loop
Things that don't work
Communication between stores waitfor() doesn't work
Option 2: Enrich data Consume action, emit new action with additional data.
Strong consistency Only individual answers to questions may be consistent
Strong consistency Lack of strong consistency is a more accurate worldview
Read about stream processing frameworks.
Turning the Database Inside Out
Taught by
Meta Developers
Related Courses
Diseñando páginas web con Bootstrap 4Universidad Austral via Coursera Cloud Developer
Udacity Containerize a full-stack NodeJS application in Docker
Coursera Project Network via Coursera Create RESTful APIs for Spotify using Postman
Coursera Project Network via Coursera Build a Full-Stack Server for API Requests - NodeJS and Pug
Coursera Project Network via Coursera