Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yahoo/fluxible
A pluggable container for universal flux applications.
https://github.com/yahoo/fluxible
flux javascript react web
Last synced: 20 days ago
JSON representation
A pluggable container for universal flux applications.
- Host: GitHub
- URL: https://github.com/yahoo/fluxible
- Owner: yahoo
- License: other
- Created: 2014-11-04T21:25:38.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T13:16:24.000Z (about 1 month ago)
- Last Synced: 2024-10-08T12:37:27.167Z (26 days ago)
- Topics: flux, javascript, react, web
- Language: JavaScript
- Homepage: http://fluxible.io
- Size: 3.33 MB
- Stars: 1,809
- Watchers: 63
- Forks: 226
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-react-components-all - dispatchr - A pluggable container for universal flux applications. (Uncategorized / Uncategorized)
- awesome-react-components - fluxible - A pluggable container for universal flux applications. (Code Design / Data Store)
- awesome-list - fluxible - A pluggable container for universal flux applications. (Code Design / Data Store)
- awesome-react-components - fluxible - A pluggable container for universal flux applications. (Code Design / Data Store)
- awesome-react-components - fluxible - A pluggable container for universal flux applications. (Code Design / Data Store)
- awesome-react-components - fluxible - A pluggable container for universal flux applications. (Code Design / Data Store)
- best-of-react - GitHub - 7% open · ⏱️ 06.05.2024): (State Management)
- fucking-awesome-react-components - fluxible - A pluggable container for universal flux applications. (Code Design / Data Store)
README
# Fluxible ![Build Status](https://github.com/yahoo/fluxible/actions/workflows/node.js.yml/badge.svg)
This repository is the home of Fluxible and related libraries.
For support, please use [GitHub Discussions](https://github.com/yahoo/fluxible/discussions).
## Documentation
Please check out the Fluxible package [README](https://github.com/yahoo/fluxible/blob/main/packages/fluxible/README.md) for documentation.
## Development
All code is developed against the latest Node LTS version. This repository leverages [npm workspaces][] for package management.
## Publishing
The [changesets] library publishes packages to the npm registry. Use the following steps to publish a package:
1. After making changes to a package in your branch, run `npx changesets` and follow the prompts to choose which package needs to be published and what type of version (i.e., `major`, `minor`, `patch`).
1. Commit the newly created `.changes/.md` file to your branch.
1. Open a PR with your changes.
1. Once reviewed and merged, the GitHub Actions `publish` job will run the `changesets` action and open a new PR with `package.json` and `CHANGELOG.md` changes for the packages chosen to publish.
1. Merge this PR when a release is needed.## License
This software is free to use under the Yahoo Inc. BSD license.
See the [LICENSE file] for license text and copyright information.[changesets]: https://github.com/changesets/changesets
[LICENSE file]: https://github.com/yahoo/fluxible/blob/master/LICENSE.md
[npm workspaces]: https://docs.npmjs.com/cli/v7/using-npm/workspaces