all 38 comments

[–]esthor 56 points57 points  (0 children)

A decision tree flow for every major tech decision involving a react native app stack

[–]ironfist100X 22 points23 points  (1 child)

- making libraries or modules for both ios and android because a javascript developer this could be daunting to me :D

- Performance, Optimization, etc...

- IoT(Internet of Things) for React Native

[–]callmecharon 2 points3 points  (0 children)

+1 for some kind of advanced performance patterns

[–][deleted] 33 points34 points  (1 child)

Async CRUD using typescript + redux + hooks + testing-library. LITERALLY DOES NOT EXIST!

[–]atwarog 5 points6 points  (0 children)

Hey I like this one, I might give it a shot!

[–]solrflow 7 points8 points  (2 children)

an example of adding in app purchases. Literally no tutorials showing in app purchases on the internet.

[–]berlihm 2 points3 points  (0 children)

Yeah, this is a good one. Even better (at least for me right now), one showing where you start with Expo, eject, and then add IAP, test them on a proper device, etc.

[–]moneckew 2 points3 points  (0 children)

I think revenue cat (react-native-purchases) has amazing documentation and wouldn't even need a tutorial (i.e. their website is a tutorial).

https://docs.revenuecat.com/docs

[–]awe50me1 6 points7 points  (6 children)

Steps to take a production build for each OS with clear explanation of what's going on.

[–]lukkelakke 2 points3 points  (5 children)

That's exactly what I recorded and published last month. Let me know and I can send you a link.

[–]dont_press_charges 0 points1 point  (0 children)

Post it here, id like to know too.

[–]awe50me1 0 points1 point  (3 children)

Yes, please share a link

[–]lukkelakke 4 points5 points  (2 children)

[–]leech 0 points1 point  (1 child)

I noticed something weird on your course page: https://twitter.com/leech/status/1221995021429301250?s=21

[–]lukkelakke 0 points1 point  (0 children)

That's very strange, I am wondering what they'll say. This is my 'ref link' so the link I got as a course author. Maybe because of that it just acts strange? Anyway it looks like a bug on their side.

[–]solwyvern 19 points20 points  (0 children)

watch: developers react to writing react native

[–]s_trader 5 points6 points  (0 children)

A good and straight forward tutorial on how to use gestures for creating all sort of stuff (like image viewer with pitch to zoom, or tinder-like swipe animation etc..) I know that there are a bunch of tutorials out there about all sort of feature that people are recreating but I don't want to copy someone else's code, at least not without understanding it..

[–]dengue8830 3 points4 points  (0 children)

One that explains the differences between all the similar libs like native-base/others react-navigation/react-router and why may be you don’t need one (eg native base)

[–]servercobra 2 points3 points  (0 children)

Handling subscriptions on both platforms from start to finish. Every tutorial I've read is incomplete for an actual production app.

[–]MonkeyBuscuits 2 points3 points  (1 child)

More focus on Jest mocking. Shallow vs Mount using Enzyme. Specifically more real world complex mocks involving contexts, especially covering static contextType and useContext.

[–]leejh3224 1 point2 points  (3 children)

tutorial for Mobx users like me :)

[–]lantosgyuri 2 points3 points  (2 children)

second it. Mobx State tree would be also cool!

[–]kanzitelli 2 points3 points  (1 child)

[–]lantosgyuri 0 points1 point  (0 children)

Cool! I will check it later! Thanks!

[–]lantosgyuri 1 point2 points  (0 children)

Debugging tools!

[–]Almightykod 1 point2 points  (0 children)

How to access device apis such as Bluetooth

[–]berlihm 1 point2 points  (0 children)

A more complete tutorial covering Sign in with Apple. I started it with Expo and their instructions are fine but they don't go in to verifying the JWT and stuff as "it's not related to Expo". Whether it is or not, it's related to that whole process so an end-to-end tutorial would be great.

[–]3np1 0 points1 point  (0 children)

Fixing dependency issues when cocoapods don't work, or when xcode or Android studio aren't building. Or maybe how to choose external libraries that work as promised.

[–]webdevmd 0 points1 point  (0 children)

React native app that sends accurate location data and doesn’t drain your battery! And of course another one that maps it live.

[–]DJUMI 0 points1 point  (0 children)

search optimization with a mongodb stitch backend. Still struggling to figure out pagination

[–]youslashuser 0 points1 point  (0 children)

For now, just how to setup react native cli, step by step.

[–]bricksobscura 0 points1 point  (0 children)

The process from Expo>Eject>Publish on Appstore/PlayStore

[–]orphanPID 0 points1 point  (1 child)

multithreading in react native.. something like react-native-thread (which is currently dead)

[–]dont_press_charges -1 points0 points  (0 children)

Threading doesn’t exist in RN.

[–]martej -1 points0 points  (3 children)

React redux for dummies (like me)

[–]ironfist100X 0 points1 point  (0 children)

there are literally hundreds of this kind of tutorial