Grey
Grey
Wonder if there is way to accomplish this with islands in fresh 🤔... Gonna go do some research.
It seems like on 2020-07-29 the `src` directory was removed and the `library` directory was introduced. [2020-07-28](https://static.rust-lang.org/dist/2020-07-28/rust-src-nightly.tar.xz) build has the `src` directory, and [2020-07-29](https://static.rust-lang.org/dist/2020-07-29/rust-src-nightly.tar.xz) has the `library` directory.
Didnt see this was a duplicate of #1125
I have a PR (#16) going up for to fix a bundling issue I have (may not affect y'all) but here is an example of me using it in a...
I like that model. Just a thought, but you think it would maybe be possible to use es6 classes and use the decorators like their being used already when connecting...
Im curious into how it would look @ForsakenHarmony; what do you have in mind for lifecycle actions: like some sort of hook pattern, pub/sub, etc?
Lifecycle actions, sorry I worded it a bit weird.
So probably would just be something that would be added like this: ```js const store = model('store', { lifecycle: (self) => ({ init() { // do post init stuff here....
Ah ok, I understand. +1 on that feature then.
Is there any help I can provide on this to help push it through? Currently the library clears sessions if any network requests happen directly after the session is saved...