Malcolm Jarvis

Results 59 comments of Malcolm Jarvis

@ileitch Thanks so much! Looking forward to using this functionality!!!!

Looking at the left side, it appears this is breaking on a background thread. ReSwift does not support multi-threading and will crash if you dispatch an actions from multiple threads....

Sorry, mistakenly closed and submitted my comment prematurely. Subscribing and dispatching in viewDidLoad sounds fine, yes.

I would not recommend async'ing all function calls, there are many cases where you want dispatches to happen synchronously (eg user input). You should instead consider each thunk and ensure...

I recommend against this pattern -- It could be running into call-stack or memory-stack restrictions, due to not allowing the runloop to complete and reset. If you need to, dispatching...

ReSwift is definitely not optimized for real-time usage like within a DisplayLink. We can definitely run some instrumenting on this to see if we can find any improvements, but it...

@otondin Could be. I think it may be a good idea to wait on this issue until we get some design resources to see if that behaviour is desirable.

Explorations in `mjarvis/docs` including an extremely naive proof of concept that pulls the sample via sourcery from `defaultValue` in `type.staticVariables where name == "exhibit"` ![Screen Shot 2022-03-14 at 09 26...