Sean Matheson
Sean Matheson
Full response in the works. :)
Very interesting API @kamikazePT 💜
So here is the API I imagined. **Defining a lazy model** ```javascript import { createStore, lazy } from 'easy-peasy'; // 👆 import todosModel from './models/todo'; const store = createStore({ todos:...
@kamikazePT @dan-dr
@allpro definitely something to keep in mind 👍 My proposal above would allow for this, however, it does require declaration against the model itself. I believe @kamikazePT is wanting something...
Let's wait till after the next major release before tackling this. I believe it can be bolted on as a minor version. I need the dust to settle so we...
Amazing. Thanks for taking the time to do this. 💜
There is also this one https://github.com/marudor/flowInterfaces
Having used flow for a few weeks now I defo think we should consider putting the definitions in the `flow-typed` repo as suggested by @volkanunsal. It looks like it is...
Dude! Not sure how to say this, but I love you. It's been awesome getting this flow experience into my projects. I've installed the `ide-flow` atom plugin and I get...