Introducing Realm React Native
11–17 of 17 posts
Does anyone know the actual queries that are used in the benchmark comparison?
Re: Introducing Realm React Native
#12Earlier quoted context omitted.
Yes -- is there a doc about the graph semantics?
You can add any object as a property of another object, and access them via dot notation: https://realm.io/docs/react-native/latest/#object-properties You can probably find some more advanced examples in our Swift docs https://realm.io/docs/swift/latest/#relationships We’re barely scratching the surface of this in our query language, which is heavily NSPredicate-inspired, but we might add more OpenCypher-ish features…
Sounds interesting!
Re: Introducing Realm React Native
#13Does anyone know the actual queries that are used in the benchmark comparison?
[deleted]
Re: Introducing Realm React Native
#14Is this usable with electron / nodewebkit apps ?
Re: Introducing Realm React Native
#15Congrats to the team. We've been really happy trying it out. It's a drop-in replacement for the standard flux pattern.
Re: Introducing Realm React Native
#16Awesome news, thanks for showing support for RN!
Re: Introducing Realm React Native
#17Is this usable with electron / nodewebkit apps ?
Not out of the box at the moment. But it would technically be possible to do. Feel free to post a suggestion to https://github.com/realm/realm-js/issues so we can see the interest.