surprisingly easy to learn so far but there's a lot of work to do. The initial app will be very bare bones.

Comments (10)

Want to leave a comment?

Sort by: New
[–] AnneBoonchy 1 point

id use the app

reply permalink report gild save
[–] NecroSocial 1 point *

Yeah I've been avoiding learning REACT. So many libraries. frameworks and languages etc. in the web dev game. I miss the days when all you needed was HTML CSS and Javascript/JQuery to do most anything. Heck I'm old enough to remember getting pissy that I had to learn CSS.

reply permalink report gild save
[–] Cicero 2 points

CSS was unironically one of the hardest things to learn. Mostly because it's just memorization. Been a webdev for 13 years now so of course it just comes naturally these days but back then I had to try to learn it like 3 times before it stuck.

reply permalink report gild save
[–] NecroSocial 1 point

I held out for so long, just refusing to give up my precious HTML attributes. I was all like, "But HTML is so simple, why do we need to complicate this?" totally not hearing that whole separate layout from style argument. Now it's like the back of my hand but in those web 1.0 days I was a salty HTML curmudgeon.

reply permalink report gild save
[–] snuzzers 1 point

the one time I used react native I said, wow. this sure is reactive and native

reply permalink report gild save
[–] CAN 1 point

If you build it they will come

reply permalink report gild save
[–] trucidare 1 point

went through the same thing as you, had Laravel server rendered application and business wanted a RN app, so I had to build a bunch of APIs and implement the app.

but yeah, for React Native I'd strongly suggest using Expo because it adds an API layer to customize native features (such as permissions, app icons, etc) without having to manually change it in a bare RN application, which also allow for much easier upgrades. If you're feeling adventurous, I'd suggest trying out the Expo Router which builds on top on React Navigation and uses file-based routing kind of like Next.js app directory.

reply permalink report gild save
[–] Cicero 1 point

this is basically exactly what I’m doing. Do you mind adding me on discord if I have any questions? Pretty rare to find someone intimately familiar with my stack

reply permalink report gild save
[–] trucidare 1 point

sure thing, my discord username is the same as this username

reply permalink report gild save
[–] Anonymous 1a61c21a 2 points

why don't you try first building a PWA?

reply permalink report gild save