fluxthis
fluxthis copied to clipboard
super-opinionated, yell-at-you-for-everything, immutable Flux framework
ActionCreator.validatePayload calls PropTypes directly which is now a deprecated feature: https://facebook.github.io/react/warnings/dont-call-proptypes.html The alternative is: a) remove this feature from FluxThis b) use one of the third party libraries that duplicates...
Hey; Just a quick question about the serialization for array query strings within fluxthis. We're currently attempting to send an array via the `params` option of the ApiActionCreators. Over the...
Setting `process.env.NODE_ENV` to 'production' in an applications webpack config, as referenced in [the debug file](https://github.com/addthis/fluxthis/blob/46c79d5b02e0a5976e684c87923797e0be65ff40/src/debug.es6.js#L21) (amongst others), should create an optimised build without debug messages being shown. However, during the...
When the action is created, create new classes `Failure` and `Success` on the original Action constructor, so people don't have to blindly make dummy classes. Beyond that part... pretty open...
enable rich flux lifecycle logging via a simple flag (not like the one in the current FT version)
- It will be hard to unit test code if contexts are throwing errors all over the place when people attempt to write their unit tests - probably other things,...