Live data from Hacker News

Show HN: React Native Express – Learn React Native Through Interactive Examples

reactnativeexpress.com

11–20 of 54 posts

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#11

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 .

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

#12
post #11

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 .

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

#16
post #11

Earlier 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. :)

Fixed! Man, deploying while on HN is scary.

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#18

This 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)?

I have seen it done, so it's definitely possible, but haven't tried myself. My guess would be you probably need to know the native side on iOS/Android decently well for this, but I'm just speculating here.

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#19
post #17
post #13

FYI Array Spread section is missing the example.

Fixed :)

Awesome. Going through this as I've been meaning to pick React back up (after previous failed ramp up attempt) and I'm finding it really effective easy to follow.

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

#20

This 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)?

I've built one. It worked nicely once loaded but I found it took too long to initialize when switching between keyboards so I ended up going purely native. For your use case this may not be an issue however.
Post reply on HN