Show HN: React Native Express – Learn React Native Through Interactive Examples
51–54 of 54 posts
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#52Earlier quoted context omitted.
Amazing yes. But I think that on certain sections they should output the console value instead. I'm specific talking about the Array Spread example as the Babel output in that case is a very roundabout and verbose way of showing me what the Array Spread Operator actually does. I think it would be better to allow the user to play with the operator and see the output of it right next to the code.
Totally agree with you on that. When I have a little more time I'm gonna add that. The compiled output starts out awesome with the first few sections, and then just gets tedious and weird.
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#53Small nit pick. Realm does not use the "underlying SQLite database" as listed here: http://www.reactnativeexpress.com/persistence . Realm is built from scratch as an append only database, see here: https://realm.io/products/realm-mobile-database/ and here: https://github.com/realm/realm-core .
How would you compare Realm vs Couchbase Mobile in terms of a syncing mobile store? Maybe a more fair comparison is to IBM's CloudantSync[0] which is the managed service version of Couchbase compliant Cloudant. [0] https://developer.ibm.com/clouddataservices/offline-first/