fluxible

A pluggable container for universal flux applications.

OTHER License

Downloads
13K
Stars
1.8K
Committers
106

Bot releases are hidden (Show)

fluxible -

Published by redonkulus over 2 years ago

  • Add cause for thrown error #758
fluxible -

Published by redonkulus almost 3 years ago

  • fix(addons-react): prevent fluxibleRef to leak in connected components #752
fluxible -

Published by redonkulus almost 3 years ago

  • feat(addons-react): make connectToStores stateless #747
fluxible -

Published by redonkulus almost 3 years ago

  • refactor(fluxible-plugin-fetchr): use Fetchr.registerService (#746)
fluxible -

Published by redonkulus about 3 years ago

fluxible -

Published by redonkulus about 3 years ago

  • chore(deps): use routr@3 [#730]
fluxible -

Published by redonkulus over 3 years ago

  • refactor: remove debug dependency from all packages (#717)
fluxible -

Published by redonkulus over 3 years ago

  • refactor: remove debug dependency from all packages (#717)
fluxible -

Published by redonkulus over 3 years ago

  • refactor: remove debug dependency from all packages (#717)
fluxible -

Published by redonkulus over 3 years ago

  • refactor: remove debug dependency from all packages (#717)
fluxible -

Published by redonkulus over 3 years ago

  • [#537] Add config to allow removing second setImmediate wrapper around callback during action execution, so that there is less artifial yielding for most of the normal cases where callback function executes successfully with no exception.
fluxible -

Published by redonkulus over 3 years ago

For a detailed explanation on how to migrate to 1.0.0, please check the migration guide.

  • Remove dependency on legacy React context [#663]
  • Add es build to the npm package [#683]
  • Add support for React.ForwardRef on connectToStores with forwardRef option [#696]
  • Remove wrappedComponent ref from connectToStores and provideContext [#696]
  • Add withFluxible higher-order component and useFluxible hook [#705]
fluxible -

Published by redonkulus over 3 years ago

fluxible - Updated deps and fixed some tests

Published by redonkulus over 3 years ago

fluxible - Update dependencies

Published by jedireza over 3 years ago

fluxible - Bug/stub component context callback

Published by redonkulus over 3 years ago

  • #21
fluxible -

Published by redonkulus over 3 years ago

  • Remove create-react-class dependency [#586]
  • Remove debug as dependency [#714]
  • Add es build to npm package [#710]
  • Move addons/HistoryWithHash to the root folder [#710]
  • Remove wrappedElement ref from handleHistory and handleRoute [#696]
  • Update fluxible-addons-react to 1.0.0 [#667]
fluxible -

Published by redonkulus over 3 years ago

fluxible - skip updating scroll when the scroll position didn't change

Published by kaesonho over 7 years ago

#516 - skip updating scroll when the scroll position didn't change, this helps to fix the IOS Safari universal links bar hidden issue, previously the bar might be hidden when fluxible-router tries to do history.replaceState

fluxible - Update eventemitter3 to 2.0.0

Published by lingyan about 8 years ago

#479, by @Stanback