Small 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 .
Show HN: React Native Express – Learn React Native Through Interactive Examples
11–20 of 54 posts
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#12Small 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 .
Ah, thanks. I will change. I was going off my own memory from talking to a few Realm guys months ago, but clearly I should've just rtfm :)
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#13Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#14FYI Array Spread section is missing the example.
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#15Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#16Earlier quoted context omitted.
Ah, thanks. I will change. I was going off my own memory from talking to a few Realm guys months ago, but clearly I should've just rtfm :)
No worries. Just glad to help, thanks for putting this tutorial together. :)
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#17FYI Array Spread section is missing the example.
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#18This looks pretty useful! Question - is it possible to make a third-party keyboard in react native currently (the kind you download an install from the app store)?
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#19FYI Array Spread section is missing the example.
Fixed :)
Another fix: In Redux Minimal example types.INCREMENT is defined at the top but then never used.
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#20This looks pretty useful! Question - is it possible to make a third-party keyboard in react native currently (the kind you download an install from the app store)?