Andrew M
Andrew M
@chenglou yeah, it tripped me up almost immediately starting out with rescript. The ``` Did you forget a `.` here?``` message is quite misleading. It seems that message shows up...
Hmm it doesn't seem to be sending duplicates when I control an individual light, but I do see some odd behavior. It generally goes like this: 1. Tap a different...
It sounds like you're essentially describing what [mobx](https://mobx.js.org/the-gist-of-mobx.html) does. You might be interested in this https://github.com/s-panferov/observe implementation of the mobx observable pattern.
These docs are very helpful! They would have helped me understand dominator a lot more easily and quickly. @Pauan anything blocking merging these?
Yeah, can confirm 0.69.5 crashes on Release iOS build with `use_frameworks!` and hermes. What's almost worse is that development builds work. They apparently silently fall back to JSC. `react-native-firebase` is...
Seems like it's abandoned unfortunately. It's an excellent idea that's far ahead of all other animation libraries out there for react-native at the moment. Unfortunately it's also somewhat unfinished, parts...
@jbbr Thanks! I took a different approach and just used webpack without tsc. I disabled babel register, configured webpack to output to build/server.js, changed index.js to ```require(buildDir + '/server.js')```, then...
As an easy workaround I just copied the code for react-meteor-data from here https://github.com/meteor/react-packages/tree/devel/packages/react-meteor-data into my project since it is quite simple. It builds fine under webpack with the meteor-imports-webpack-plugin.
Awesome! Thanks!
I did a little test. I rendered various numbers of `` elements in my app using the example `truck_v7.riv` file. I built the app and ran it on a Samsung...