Socket
Socket
Sign inDemoInstall

im-fx

Package Overview
Dependencies
5
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    im-fx

Immutable functional reactive programming micro-extension to React


Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 04 Feb 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc