You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

im-fx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

im-fx

Immutable functional reactive programming micro-extension to React

0.5.5
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Immutable FX (IM-FX)

The fulcrum is to be as minimal an extension to React as possible, while covering all the aspects needed to become fully functional, in the sense of functional programming and functional requirements to write full-featured apps. Thus Immutable Functional Reactive Programming Micro-Extension to React, covering:

  • A real single immutable state tree
  • Pure functional reactive components
  • Built with async in mind
  • Concepts to reduce LOCs in real world apps

See IM-FX wiki for documentation

Immutable State Tree,

based on ImmutableJS and the concept of key-path-observation. Compared to react-redux, greatly reduces LOCs for passing around action handlers, as well as reducers.

Facade,

based on React higher-order components. Directly bind properties of functional React components to state-tree values via key-paths. No cumbersome container components, no class based components, fewer LOCs.

Routing,

is concise, centralised, expressive and clean. On purpose, IM-FX routing is not polluting your JSX.

Based On

  • ImmutableJS
  • React
  • ReactScripts
  • RouteParser

If you like what you read

Check it out and read on in the wiki.

FAQs

Package last updated on 04 Feb 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