All Projects → BinaryMuse → Fluxxor

BinaryMuse / Fluxxor

Licence: mit
🛠️ Flux architecture tools for React

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Fluxxor

bce.design
minimal magic, minimal tooling, essential dependencies, high productivity, no transpilations and no migrations. The Web Components starter ships with integrated lit-html, redux-toolkit and vaadin router components.
Stars: ✭ 67 (-96.06%)
Mutual labels:  flux-architecture
React Essential Course
ITVDN - React Essential course materials
Stars: ✭ 495 (-70.88%)
Mutual labels:  flux-architecture
Nanoflux
A very lightweight and dependency-free Flux implementation
Stars: ✭ 56 (-96.71%)
Mutual labels:  flux-architecture
youphonic
an online musical machine interface for building and sharing soundscapes and musical compositions
Stars: ✭ 28 (-98.35%)
Mutual labels:  flux-architecture
alveron-old
Opinionated Elm-inspired Redux Component Architecture for React
Stars: ✭ 17 (-99%)
Mutual labels:  flux-architecture
Swiftea
Bits of the Elm Architecture in Swift for iOS, MacOS and SwiftUI
Stars: ✭ 32 (-98.12%)
Mutual labels:  flux-architecture
fluxiny
~1K implementation of flux architecture
Stars: ✭ 77 (-95.47%)
Mutual labels:  flux-architecture
Hover
A very lightweight data store with action reducers and state change listeners.
Stars: ✭ 97 (-94.29%)
Mutual labels:  flux-architecture
universal-routed-flux-demo
The code in this repo is intended for people who want to get started building universal flux applications, with modern and exciting technologies such as Reactjs, React Router and es6.
Stars: ✭ 31 (-98.18%)
Mutual labels:  flux-architecture
Reducer
A predictable reactive framework for Rust apps inspired by Redux
Stars: ✭ 50 (-97.06%)
Mutual labels:  flux-architecture
KotlinFirechat
Simple chat app in kotlin using Firebase
Stars: ✭ 97 (-94.29%)
Mutual labels:  flux-architecture
mini-swift
Minimal Flux architecture written in Swift.
Stars: ✭ 40 (-97.65%)
Mutual labels:  flux-architecture
Tydux
Type safe state management for web applications
Stars: ✭ 33 (-98.06%)
Mutual labels:  flux-architecture
react-workshops
Online react workshops
Stars: ✭ 36 (-97.88%)
Mutual labels:  flux-architecture
Fleur
A fully-typed, type inference and testing friendly Flux Framework
Stars: ✭ 74 (-95.65%)
Mutual labels:  flux-architecture
AndroidFluxPractice
Android Flux Practice
Stars: ✭ 51 (-97%)
Mutual labels:  flux-architecture
Delorean
An Agnostic, Complete Flux Architecture Framework
Stars: ✭ 748 (-56%)
Mutual labels:  flux-architecture
Fluxcapacitor
This is what makes the Flux design pattern possible.
Stars: ✭ 126 (-92.59%)
Mutual labels:  flux-architecture
Fluxxan
Fluxxan is an Android implementation of the Flux Architecture that combines concepts from both Fluxxor and Redux.
Stars: ✭ 80 (-95.29%)
Mutual labels:  flux-architecture
Rxloop
rxloop = Redux + redux-observable (Inspired by dva)
Stars: ✭ 44 (-97.41%)
Mutual labels:  flux-architecture
Fluxxor

Fluxxor is a set of tools to aid in developing React applications with the Flux architecture.

Travis CI

NPM

Installation

Fluxxor is available on npm and works with module bundlers like Browserify and Webpack.

npm install [--save] fluxxor

Standalone browser builds can be downloaded from the GitHub releases page or installed via Bower:

bower install fluxxor

More detailed installation instructions can be found on the Fluxxor website.

Third Party Releases

The following releases are maintained by third parties, and support inquiries should be directed to their maintainers.

WebJar

For JVM languages, there are WebJar packages available on Maven Central and jsDelivr as the following:

SBT/Play Framework 2:

"org.webjars" % "fluxxor" % fluxxorVersion

Maven:

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>fluxxor</artifactId>
    <version>${fluxxor.version}</version>
</dependency>

For detailed instructions, refer to the WebJars documentation. For update requests, open a pull request on the Fluxxor WebJar repository on Github.

Browser Compatibility

Fluxxor is compatible with any ES5-compliant browser (IE 9+, FF 4+, Safari 5.1.4+, Chrome 19+, Opera 12.10+). You can use es5-shim for other browsers.

Documentation

See the Fluxxor website for in-depth documentation, installation instructions, examples, and a getting started guide.

Support and Chat

Get help with and chat about Fluxxor on Gitter.

Gitter chat

License

Fluxxor is licensed under the MIT license.

The MIT License (MIT)

Copyright (c) 2014 Michelle Tilley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].