Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fractal-component

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fractal-component

`fractal-component` helps to encapsulate state store access, actions (messages, events) processing and side-effect management into decoupled container components.

  • 3.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-70.59%
Maintainers
1
Weekly downloads
 
Created
Source

fractal-component

fractal-component helps to encapsulate state store access, actions (messages, events) processing and side-effect management into decoupled container components by introducing the following features to react / redux ecosystem:

  • Multicast Actions
  • Namespaced Actions
  • Serializable Symbol Action Type
  • Hot Plug Redux Reducer & Auto mount / unmount
  • Hot Plug Saga & Auto mount / unmount
  • Namespaced Redux Store
  • Auto Component State Management & Redux Store Mapping

With fractal-component, you can create fractal reusable Container Components and construct scalable fractal architecture application while still enjoy the convenience of Redux dev tool & predictable single global state store.

To try it out, take a look at the example app and find out how fractal-component solves the classical Scalable Architecture Problem.

To run the example App:

  1. Clone this repository
git clone https://github.com/t83714/fractal-component.git
  1. Install Dependencies
yarn install

or

npm install
  1. Run the Example App

At project root directory:

yarn start

or

npm start

Getting started

Install

yarn add fractal-component

or

npm install --save fractal-component

Alternatively, you may use the provided UMD builds directly in the

Keywords

FAQs

Package last updated on 26 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc