David Sheldrick
David Sheldrick
Hmmmm... thinking about this some more I'm not sure it makes sense to allow `from` and `until` in `awake` coniditons because of cyclical situations that don't make sense like, if...
> its previous name, along with the patrician quote Ha! Thanks. I'm glad at least one person picked up on that :) > [...] mobX is much more mature [...]....
> I think mobX popularity is also due to the examples using react and this nice debugging information about how many times a component is rendered. Indeed. MobX has great...
@ggoodman I did the flux challenge using the effects paradigm described earlier: https://github.com/staltz/flux-challenge/blob/master/submissions/ds300/src/request.ts Basically the idea is that you know the set of things you have and the set of...
> Why { equals: [Function: equals] } ? That second argument is the 'initial' value of the derivation, before it has actually been calculated once. It is a private object...
Hi! Thanks for the invitation. I'm happy to join your organisation and move this repo there, and I'd maintain publishing rights.
Last I checked react-native only minifies code and does some other trivial optimisations like constant folding. That does obfuscate a tiny bit, but nowhere near enough to deter reverse engineering....
Hi @ramsestom ! By default, this transformer only obfuscates files in your src directory, but leaves node_modules untouched. If you inspect the bundle, it may look unobfuscated for the most...
Hi :heart: :wave: Which version of source-map do you have? run this command and paste the output here: cat node_modules/source-map/package.json | grep version
Thanks for the kind words, peeps :blush: I'm super glad you've found it helpful! 💃