░ ░▒▒▒▓▓█████▌░░ University of OXford & University of camBRiDGE ░░▐████▓▓▒▒▒░ ░
▄▄██▓▄ ▐███▌ ████▐███████▓▄ █████████▄ ▐███▌██████▓▄▄ ▄▄▓████▓ ▐████████
▄████████████ ▐███▌▐███▌▀████▌████▌ ▀███▓ ▀▀▀ ███▓▀▀████ ▄▓███▀ ▐███▓▀▀▀
▐███▀ ▀███▀███▓▄███▀ ▐███ ▄███▀▐███▓ ▄████▀▐███▌███▓ ███▓████ ▓███▌
███▌ ▐██▌ ▀████▀ ▓███████▄▄▐████████▓▄ ▐███▓███▓ ▐██████▌ ▀█████▓██████▓
████▄ ▄███▄▄███▀███▓ ████ ▀███▓███▓ ▀████▌████▐███▌ ███████▓ ▓██████▌
▐████████▀████▌ ███████▌ ▄███████▌ ████████▓███▌▄▄███▓▀█████▄▄████▓███▄▄▄▄▄
▀▀▓██▀▀ ▐████ ▐███▓████████▓▀████▌ ▐███████████████▓▀▀ ▀▀▓████▀▀░▓███████▌
...is a collective term for characteristics that the two institutions share.
·-- PUBLISHER -----·> Packt Publishing
·-- LECTURESHIP ---·> Learning React.js with Flux
·-- LECTURE DATE --·> 05-2017
03-2017 {Published}
·-- PERIOD in HRS--·> 03+
·-- SCALE ---------·> 16x50mb
·-- LECTURE LINK --·> https://goo.gl/0DI2WZ
Flux is a web application development architecture created and used by
Facebook. It fits seamlessly with Reactùin MVC terms, Flux is the Model
and Controller to ReactÆs View, but it actually goes much deeper than
that. Flux is a new way of thinking compared to the old MVC model.
Instead, it sets out a Dispatcher, Store, and View model for creating
applications with much clearer data flow. Enabling you to create cleaner
and more easily maintainable applications that scale better and are
easier to debug.
This course starts by having a running server that connects to Mongo
database with Mongoose. We will also explore more about Nodemon,
express, EJS, MongoDB, and Mongoose. Then we proceed to add React to
present the data sent from the server. After integrating React into our
workflow, the course focuses on building some of the critical components
required to create the To-Do list. Then we proceed to learn about data
storage and management on the client. Once you get acquainted with Flux
and React, finally, the course takes us through integrating the Flux
application with our backend.
This course is a complete introduction to Flux, covering the new Flux
paradigm and teaching how to create Flux and React web applications from
the ground up.