delorean
delorean copied to clipboard
An Agnostic, Complete Flux Architecture Framework
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.11.2 to 16.13.1. Release notes Sourced from react's releases. 16.13.1 (March 19, 2020) React DOM Fix bug in legacy mode Suspense where effect clean-up functions are not...
Project domain expired : http://deloreanjs.com
Hey @darcyadams, I just started creating a file called `FUTURE.md`. Can you inspect it and give your opinions? Thanks! :)
I am following the Tutorial and i am getting an `Uncaught TypeError: Cannot read property 'listener' of undefined` I thought I typed something in wrong, so I copied and pasted...
Hi guys! Can't use delorean with requirejs, because get next error Uncaught Error: Script error for: requirements.js http://requirejs.org/docs/errors.html#scripterror My code snippet `````` javascript require.config({ baseURI: "/Scripts/Places/Ratings", paths: { delorean: "/bower_components/delorean/dist/delorean"...
It would be nice if the scheme validation and calculation methods also worked for a collection of items as this is typically how Flux stores are arranged. If we discuss...
Due to react not deep cloning objects (https://github.com/facebook/react/issues/2914) and the way that Delorean passes entire stores into state this makes the prevState parameter of componentWillUpdate useless. The prevState is always...
The bower distributed delorean does not work with Require.js First problem is `require('events').EventEmitter`: ``` module.exports = requirements = { // DeLorean uses **Node.js native EventEmitter** for event emittion EventEmitter: require('events').EventEmitter,...
It may be early but try to use `for-of` instead of `for-in` loops.
Hi @f, I've been starting to work on DeLorean. I have a few ideas I'd like to tackle: - [X] [Migrate Grunt tasks into separate files for better maintainability.](https://github.com/deloreanjs/delorean/pull/48) -...