flux.md

July 15, 2021 · View on GitHub

Bookmarks tagged [flux]

www.codever.land/bookmarks/t/flux

Ngrx Store - An Architecture Guide

https://blog.angular-university.io/angular-ngrx-store-and-effects-crash-course/

Using a store architecture represents a big architectural shift: with the arrival of single page applications, we moved the Model to View transformation from the server to the client.

Store architect...


Flux Comparision

https://github.com/voronianski/flux-comparison

:pencil: Practical comparison of different Flux solutions - voronianski/flux-comparison


RefluxJS

https://github.com/spoike/refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux - reflux/refluxjs


Fluxxor

https://github.com/BinaryMuse/fluxxor

:hammer_and_wrench: Flux architecture tools for React - BinaryMuse/fluxxor


Marty

https://github.com/martyjs/marty

A Javascript library for state management in React applications - martyjs/marty


McFly

https://github.com/kenwheeler/mcfly

Flux architecture made easy. Contribute to kenwheeler/mcfly development by creating an account on GitHub.


Alt

https://github.com/goatslacker/alt

Isomorphic flux implementation. Contribute to goatslacker/alt development by creating an account on GitHub.


Fluxible

https://github.com/yahoo/fluxible

A pluggable container for universal flux applications. - yahoo/fluxible


NuclearJS

https://github.com/optimizely/nuclear-js

Reactive Flux built with ImmutableJS data structures. Framework agnostic. - optimizely/nuclear-js


Flummox

https://github.com/acdlite/flummox

Minimal, isomorphic Flux. Contribute to acdlite/flummox development by creating an account on GitHub.


Coflux

https://github.com/blainekasten/coflux

Flux at the Component Level. Contribute to blainekasten/coflux development by creating an account on GitHub.


Sinux

https://github.com/jbpin/sinux

Javascript state container based on Signal/Command. Full async supported - jbpin/sinux


Building Applications with React and Flux

https://www.pluralsight.com/courses/react-flux-building-applications

Get started with React, React Router, and Flux by building a data-driven application that manages Pluralsight course data. This course uses a modern client-side development stack including create-reac...


Flux: A simple architecture model to build Client-side apps

https://speakerdeck.com/pedronauck/flux-a-simple-architecture-model-to-build-client-side-apps


Isomorphic Flux examples using Dispatchr and Fetchr from Yahoo

https://github.com/yahoo/flux-examples

Isomorphic Flux examples with Fluxible. Contribute to YahooArchive/flux-examples development by creating an account on GitHub.


Async requests with React.js and Flux

http://www.code-experience.com/async-requests-with-react-js-and-flux-revisited/


Implementing Flux in CoffeeScript

https://archive.fo/l9ih6


React: Flux Architecture

https://egghead.io/series/react-flux-architecture

Flux is the application architecture that Facebook uses for building client-side web applications. It complements React's composable view components by utilizing a unidirectional data flow. It's more ...


Understanding Flux

https://medium.com/@garychambers108/understanding-flux-f93e9f650af7

At the recent F8 developer conference, Tom Occhino, Pete Hunt and Jing Chen from the Facebook engineering team gave insight into the architecture that powers some of the social network’s web…


Yo in Flux

http://davidandsuzi.com/yo-in-flux/

Once Flux was introduced into the codebase, things started to get a lot nicer, because the data was located in one centralized file (the “Store”) and components subscribed to it for changes. Actions w...


React.js architecture - Flux VS Reflux

http://blog.krawaller.se/posts/react-js-architecture-flux-vs-reflux/

A web developer blog talking mostly about JavaScript


Avoiding Event Chains in Single Page Applications

http://www.code-experience.com/avoiding-event-chains-in-single-page-applications/


ReactJS and Flux

http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html


Deconstructing ReactJS's Flux

http://spoike.ghost.io/deconstructing-reactjss-flux/


Flux Step By Step

http://blogs.atlassian.com/2014/08/flux-architecture-step-by-step/


Flux in practice

https://medium.com/@garychambers108/flux-in-practice-ec08daa9041a

In my previous post, I extolled the virtues of Flux, echoing many of the points given by the Facebook engineers in their excellent F8 talk on the topic. It amounted to a high-level overview of what…


What is the Flux Application Architecture?

https://medium.com/brigade-engineering/what-is-the-flux-application-architecture-b57ebca85b9e

Flux is an idea for organizing your application that was developed at Facebook, based on one simple principle: This is called “unidirectional data flow”, but it might be easier to remember if you…


React + Flux Backed by Rails API: Part 1

http://fancypixel.github.io/blog/2015/01/28/react-plus-flux-backed-by-rails-api/

Fancy Pixel 28 Jan 2015 React + Flux Backed by Rails API - Part 1 I’ve been working on a frontend for a project we are developing here at …


React + Flux Backed by Rails API: Part 2

http://fancypixel.github.io/blog/2015/01/29/react-plus-flux-backed-by-rails-api-part-2/

Fancy Pixel 29 Jan 2015 React + Flux Backed by Rails API - Part 2 This is the second part of “React + Flux backed by Rails API”, make …


React + Flux Backed by Rails API: Part 3

http://fancypixel.github.io/blog/2015/01/30/react-plus-flux-backed-by-rails-api-part-3/

Fancy Pixel 30 Jan 2015 React + Flux Backed by Rails API - Part 3 This is the last part of “React + Flux backed by Rails API”, make sure …


Flux Cargo-Culting

https://medium.com/@cassiozen/flux-cargo-culting-3cae9ff27c0c

When Facebook presented Flux, the architecture they were using internally to develop applications (specially coupled with React), they didn’t provide a reference implementation — just the concept of…


The Case for Flux

https://medium.com/@dan_abramov/the-case-for-flux-379b7d1982c6

Flux has become trendy in the past few months, and you’ve seen everyone and their dog roll out their own implementations. The momentum around this pattern is so hard to ignore that, if you are a…


The Evolution of Flux Frameworks

http://medium.com/@dan_abramov/the-evolution-of-flux-frameworks-6c16ad26bb31

There has been no shortage of great Flux implementations, such as Flummox, Alt, or Fluxible. Most of them are focused on making Flux easier to use with the server rendering and reducing the…


React with Flux by example - a simple Todo List dissected

http://reactkungfu.com/2015/07/react-with-flux-by-example-simple-todo-list-dissected/

React.js comes with a variety of tools and ideas behind it. There are many awesome tools that can work along with React really well. One of the most interesting ideas behind React is how the whole fro...


FOR FLUX SAKE! - a beginners tutorial

https://github.com/MIJOTHY/FOR_FLUX_SAKE

A beginner's tutorial for using flux with react. Contribute to MIJOTHY/FOR_FLUX_SAKE development by creating an account on GitHub.


Simple Counter App with React and Nuclear JS

https://github.com/haochuan/random-notes/blob/master/react/couter-app-with-react-nuclear.md

Contribute to haochuan/random-notes development by creating an account on GitHub.


LearnCode.academy Flux Tutorial Series

https://www.youtube.com/watch?v=PvjNglsyOHs&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b&index=9

Let's build a Flux app with React. Flux is a pattern that Facebook created for building consistent, stable web apps with React. React really doesn't give us ...


Flux Home Page

https://facebook.github.io/flux/

Application architecture for building user interfaces