Тёмный

The State of React Native 

Theo - t3․gg
Подписаться 287 тыс.
Просмотров 63 тыс.
50% 1

React Native's been a hot topic for over a decade now. With the rising interest in Flutter, Jetpack Compose, and Expo, it seems like mobile is moving just as fast as web nowadays. Has React Native kept up?
LINK TO SURVEY: results.stateofreactnative.com/
Check out my Twitch, Twitter, Discord more at t3.gg
S/O Ph4se0n3 for the awesome edit 🙏

Наука

Опубликовано:

 

1 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 176   
@samuelgunter
@samuelgunter 3 месяца назад
i think the state of react native is colorado because it seems cool but ive only been there once for a short period of time
@Smongo412
@Smongo412 3 месяца назад
I've been there from 2016 to now and it's been great
@codelabspro
@codelabspro 3 месяца назад
It’s more like Alaska coz hardly anyone wants to be there 😂
@Sindoku
@Sindoku 3 месяца назад
@@codelabsprono, Alaska is more like Andorid on Java or iOS on Objective C, lol.
@musamutetwi1948
@musamutetwi1948 3 месяца назад
@Theo, lots of us use Axios in combination with Tanstack query. Reason behind this is that axios contains aspects like: 1. initial configs axios.create() - helps to configure props like backend url, authorization, timeouts which prevents rewrites on every request. 2. interceptors (works really well to catch requests & responses before sending/receiving the data) u'd be amazed 3. direct method calling helpers like axios.post, axios.put etc 4. (Not so important these days due to forced updates) but fallback to XHTTPRequest in browsers with no fetch api support In fetch api, u'd have to write all the above helpers by urself
@MateoHrastnik
@MateoHrastnik 3 месяца назад
Exactly! Plus, it handles JSON better as you don't need to serialize the body or set the correct headers when sending data.
@saiphaneeshk.h.5482
@saiphaneeshk.h.5482 3 месяца назад
It just simplifies stuff.
@amemeida
@amemeida 3 месяца назад
The reason one uses axios is because otherwise you'd be rewriting a worse axios from scratch
@Frexuz
@Frexuz 3 месяца назад
Cause Theo knows nothing about RN. Not sure why he's making a video about it like he knows it. He just used it many years ago and now juts Expo..
@TalhaBalaj
@TalhaBalaj 3 месяца назад
This comment needs to be pinned
@JamonsCodeQuests
@JamonsCodeQuests 3 месяца назад
Thanks for the shoutout Theo! (Being technical - I didn’t create MobX-State-Tree, that was Michel Weststrate - but I maintain it now alongside Tyler Williams and chakrihacker.) One big reason MobX / MST has a cult following in the React Native community is because our starter kit Ignite includes it by default. However, we have a new version coming out soon that will make MST optional and allow you all to use your Zustand or whatever. (I still think MST is often the best experience, but we know folks want choices!)
@TheSocialDeveloper
@TheSocialDeveloper 3 месяца назад
Just started down the React Native rabbit hole after being on React for some years now. So far so good!
@jacksonlevine9236
@jacksonlevine9236 3 месяца назад
HAHAHAHHAHAHAHAHA JUST YOU WAIT
@TheSocialDeveloper
@TheSocialDeveloper 3 месяца назад
@@jacksonlevine9236 🤣🤣🤣
@BRP-Moto-Tips
@BRP-Moto-Tips 3 месяца назад
@@jacksonlevine9236 this guy is going to be really sad next week when he tries to start the project as usual and absolutely EVERY error possible streams through his console, don't ask me how I know lol
@JEsterCW
@JEsterCW 3 месяца назад
@@jacksonlevine9236 rel 💀
@Amaraticando
@Amaraticando 3 месяца назад
"if only you knew how bad things really are"
@zyph.
@zyph. 3 месяца назад
We use Axios because of two main benefits: built-in timeout support and simple interceptors that make HTTP logging very easy. I am open to alternatives though. It is a bit of a love-hate relationship
@dawngunz
@dawngunz 3 месяца назад
Regarding Axios: All the tutorials and posts I saw when starting webdev were centered around Axios instead of just using fetch or something else. This was ~2 years-ish ago? That might be why there's such a large percentage.
@aryanshmahato
@aryanshmahato 3 месяца назад
Axios: interceptors That's it! That's very very very important
@nguyenvietbach9149
@nguyenvietbach9149 3 месяца назад
I had to use Jetpack Compose simply to implement an intent-based function for Bluetooth usage because it wasn't (still not) possible to use Bluetooth without ejecting from Expo. I must say Jetpack Compose just feels so familiar to React Native and learning it was just a matter of days.
@JTWebMan
@JTWebMan 3 месяца назад
I think you can't use the State of react Native survey to figure out if you are beating flutter or people thinking they are going in the wrong direction as I am willing to bet most if not everyone taking that survey is currently working on a react native project and not a flutter one. It is going to be bias towards the tech the survey is about.
@bryangomez5951
@bryangomez5951 3 месяца назад
tldr(watch): Interesting, interesting, interesting...
@nephis_2006
@nephis_2006 3 месяца назад
Axios is just way more flexible than fetch imo Just the way you create http clients, interceptors...
@gergoradeczki
@gergoradeczki 3 месяца назад
13:28 It's so funny to see Theo getting outrageous because people use Axios. Just because something is old and is working doesn't mean we should move on to something else.
@mattmmilli8287
@mattmmilli8287 3 месяца назад
I used to use RN for years. Happy to see it’s alive and kicking. I hope they cut down some of the INSANE Xcode/AS issues when upgrading versions and adding some modules 😂
@smthngsmthngsmthngdarkside
@smthngsmthngsmthngdarkside 3 месяца назад
It hasn't. It's still fucking insane to get setup
@Sindoku
@Sindoku 3 месяца назад
I tried building a simple poc in expo this weekend. Apparently making a truly grayscale image on the client is impossible without ejecting to react native or just doing a pure native solution, which means I can no longer use the Expo Go app for emulation. I didn’t enjoy that experience, but otherwise it was fun. I’m a web developer and have lots of react experience for reference.
@user-ys6ro4wi3f
@user-ys6ro4wi3f 3 месяца назад
I've begun using react native couple months ago and it can really be a pain sometimes. But for the freedom it offers and all of it's nifty features I believe it is worth it. Most of the pain comes from packages that don't seem to work or need very specific configuration, and debugging. For example I had an issue with react-navigation using expo where the header style wouldn't work in the production build while it would in development, which made me go into a rabbit hole of using various alternative solutions until one of them worked. I feel like at least half of my time is spent on these issues, however it is probably just due to the fact that I'm unfamiliar with react native as a whole.
@wezter96
@wezter96 3 месяца назад
Big respect for you doing some RN content, love to see it! :D
@jessypouliot8374
@jessypouliot8374 3 месяца назад
21:50 "Flipper is better than it was" Expo SDK 50: "We're deprecating Flipper" 🙃
@atultiwaree6023
@atultiwaree6023 3 месяца назад
What you guys use for caching, I use redx persist but it's slow is their anything alternative for caching data??
@jonippolito
@jonippolito 3 месяца назад
I get that it's hard for a typical dev to understand the use case for React Native Snacks and Expo Go, but as a college prof they have made teaching a mobile apps class way easier. Snacks erase the implementation headache of dealing with CLI on students' different operating systems and make it trivial to share and debug code. And Expo Go is the only way for students with Windows laptops to test iOS apps-in fact any app can be immediately tested on all the devices in the room. It's a huge win for learners in a class setting.
@zuma206
@zuma206 3 месяца назад
definitely do a vid on the facebook messanger SQL situation, sounds insane
@mohamedaminebenslama9483
@mohamedaminebenslama9483 3 месяца назад
can you pls share a link to the topic? couldnt find anything on the web
@juan-lukeklopper3922
@juan-lukeklopper3922 3 месяца назад
​@@mohamedaminebenslama9483 it is called Project LightSpeed, you can find it by searching "Project LightSpeed meta" and it should be the first link
@schechtere
@schechtere 3 месяца назад
Axios (and Fetch) both just pretty much work. Might be technical reasons to choose between them, but for many of us, its just whatever we started using first hasn't been a pain point, so we are not on the market for something new.
@IsuruKusumal
@IsuruKusumal 3 месяца назад
You should defintely do a video on Jetpack Compose
@systematicpsychologic7321
@systematicpsychologic7321 3 месяца назад
What I don't get is why is react-spring not on the list for animation choices? I was under the impression that was pretty popular. Npm installs and github stars seem to back that up.
@ProfessorThock
@ProfessorThock 3 месяца назад
2:30 Theo I think part of what we’re seeing here is natural tendencies based on the buckets they provided. 51-100 is low and 500-1000 is low because people don’t think about those numbers. They think yeah I’m over 10, over 100, over 1000.
@Caellyan
@Caellyan 3 месяца назад
Rive is cool and all, but it's completely proprietary whereas Lottie has much more OSS tooling. I remember looking at Rive long time ago and there wasn't (still isn't) a way to use it without paying.
@effeKtSVK
@effeKtSVK 3 месяца назад
I just have one question, what’s wrong with Apollo Client?
@comediehero
@comediehero 3 месяца назад
I find it interesting you dislike flutter because it draws everything in a canvas, but for me thats it's best feature because it means my apps actually look and behave the same on all platforms.
@KanadGodse
@KanadGodse 3 месяца назад
I believe the problem is not that it draws in Canvas, but that the language used (Dart) and it's attempt to be "React like" than being it's own thing and not being either of those, I guess (I don't know much about Flutter, only from Fireship and a few other videos)
@stdDizzasTeR
@stdDizzasTeR 3 месяца назад
Man I suck at flutter the moment complicated forms come in play that don't take simple types 😢 It's so bad
@comediehero
@comediehero 3 месяца назад
@@KanadGodse can't say, I never used react.
@And1997Ruz
@And1997Ruz 2 месяца назад
Regarding Axios As far as I'm concerned, you can't do upload progress with Fetch. That's why you use Axios (unless you want to work with Ajax)
@ashuvssut23
@ashuvssut23 3 месяца назад
reason why yarn is at top is yarn workspaces (i think). Setting up a monorepo is a pain in react native. Creating monorepo in yarn is easy because expo docs has guides for for it. Also, worth mentioning that Narwhal has also got their monorepo stuff working nicely ages ago before expo did. But i think setting up a monorepo using expo docs guides is easier to understand
@kuhluhOG
@kuhluhOG 3 месяца назад
36:20 Another Alternative: Qt with QtQuick for GUI (for historical reasons, this framework has two GUI libraries inside of it, QtQuick and QtWidgets)
@spkim0921
@spkim0921 3 месяца назад
wait, what exactly is wrong with axios? I use it all the time for all my full stack web apps
@muhamadsarhad6566
@muhamadsarhad6566 3 месяца назад
His question was why not just use fetch API
3 месяца назад
Thank you for the video. I like your videos. Personally I prefer to use vanilla js all the time with jsdocs . I dont like TS. That is why I started to learn C#/.net instead of dealing with non-sense Ts thing.....
@Tobi-ci3ns
@Tobi-ci3ns 2 месяца назад
For anyone else looking for the podcast episode that was mentioned, it's "React Native’s Superpower with Theo Browne | Rocket Ship 027"
@Gustavo-wh1rd
@Gustavo-wh1rd 3 месяца назад
am i missing something by using axios?
@Smongo412
@Smongo412 3 месяца назад
Been a react native dev since right after android support launched and i love it
@omarjab
@omarjab 3 месяца назад
I'm now curious and would like to try it again. I've already tried it in the past, i think it was more than a year ago
@theangelofspace155
@theangelofspace155 2 месяца назад
Axios have nicer api for junior dev, easier to crate axios instance, not having to do res.json (I think that was it), and easier kill signal ( a least for junior dev lile myself). Error code do throw when they are supposed to (I think fetxh does not throw for 400 codes, I can remember what range ot was).
@Grynjolf
@Grynjolf Месяц назад
I would be so interested in a video about Messenger!
@gadgetboyplaysmc
@gadgetboyplaysmc 2 месяца назад
Axios is pretty good. Why not use it? I also had a pain using just the fetch API once to support a progress indicator for a file upload. On axios it was pretty much just `onUploadProgress` lol. So easy.
@nubunto
@nubunto 3 месяца назад
Started using React Native for a new project and it could not be more disappointing. It might be a skill issue from my part, but not being able to build an app locally (thanks Expo), and not being able to put the parts together for my app, even after following every single step-by-step tutorial I could find, I ended up just ditching it for Capacitor, which works out of the box and doesn't lock you up with any magic build tooling. again, I'm pretty sure it's a skill issue from my part, but it's just not a good developer experience AT ALL.
@safalpiya2903
@safalpiya2903 3 месяца назад
Well you can make your life easier by building the app locally in docker.
@renejotas
@renejotas 3 месяца назад
Whats wrong/What happened to redux? I never really liked it (and i really like recoil), but whats up with it?
@mattmmilli8287
@mattmmilli8287 3 месяца назад
It’s just way more complex than it needs to be. I was down the rabbit hole for so long with full on Sagas but Zustand is the way (: Redux def on its way out
@SeanCassiere
@SeanCassiere 3 месяца назад
I do have to ask, why is it a "painful number" of people using Redux for state management? I get that it's verbose in defining its config, but it's certainly good at creating a predictable flow for state updates with the reducer workflow. It is definitely not the best for async state management (Tanstack Query still remains king for that) but for complicated forms and other UI-level changes, it certainly works. Other options certainly do exist (and probably are better), but Redux certainly ain't bad. Edit: This is about the "state management" portion at 11:25 and does not have anything to do with the data fetching portion that follows.
@andrewkosenko2757
@andrewkosenko2757 3 месяца назад
Global state, a lot of features that you don’t really need. Asynchronous stuff needs to be managed by yourself through thunks or other ways. So, unless you really need a lot of reduxs features, why should you use it?
@JEsterCW
@JEsterCW 3 месяца назад
Oh god, another redux religion guy, redux is trash cuz its old and was made for old standard to fix state problems, no matter with what you will use it, it sucks and is trash, its 2k24 stop promoting a tech from past decade 💀there are better and more friendly options, if not people like you still supporting it + dumb companies it would just die, but for luck new projects start to avoid this old trash tech that doesnt helps and only makes problems and waste time, but have fun in unproductive and unrational world 💀🤙
@SeanCassiere
@SeanCassiere 3 месяца назад
​@@andrewkosenko2757 As I said. "State management", not for async state or data fetching. As mentioned in the OP, for the async stuff, go for Tanstack Query or alternate. A predictable state machine certainly does have its place. From complex forms, to game states, shopping carts, to other long lived states that have predictable stages for its state (AKA a state machine).
@andrewkosenko2757
@andrewkosenko2757 3 месяца назад
@@SeanCassiere yes, but using redux is too much for 99% of projects
@SeanCassiere
@SeanCassiere 3 месяца назад
​@@andrewkosenko2757 I don't disagree with that sentiment, but that wasn't the remark made in the video. Plus you also have to take into the consideration that this survey was for mobile development. Unlike the web where a single view could obtain all the necessary user input with the freely available screen real-estate, on mobile its more likely for that view to be broken up into multiple. Mobile doesn't have the same utilities we use on the web for sharing state via a query param either. The mobile platform is one where the likelihood of requiring a state machine is higher than on web.... and React context with the useReducer hook is a poor substitute for a library designed to handle these predictable changes.
@henriquematias1986
@henriquematias1986 3 месяца назад
What’s that browser? Some alien new version of Safari?
@ashuvssut23
@ashuvssut23 3 месяца назад
SwiftUI seems more Flutter like. I mean that how I used Flutter Widget. Widgets are used like Functions. and other widgets are passed in their parameters and so on.... its just like how SwiftUI does. I left flutter long ago though. JSX is so much easier to write
@MrRetroDev
@MrRetroDev 3 месяца назад
I think the only reason Expo Router has shot up is because it's now the default for the Expo templates, replacing React Navigation
@MrSN99
@MrSN99 Месяц назад
do check kotlin multiplatform & jetpack compose
@kacperkapusciak
@kacperkapusciak 3 месяца назад
Thanks Theo!
@pedrol6193
@pedrol6193 3 месяца назад
Why does he not like Axios??
@AvindraGoolcharan
@AvindraGoolcharan 3 месяца назад
axios sucks
@GamerSharp
@GamerSharp 3 месяца назад
​@@AvindraGoolcharanwhy ?
@Frexuz
@Frexuz 3 месяца назад
Cause everything that is used that he doesn't use himself is "terrifying" 🤷‍♂️ such a bad take being so negative on other's choices and the fact that the community is so large and have many different reasons for picking libs..
@bossRODTV
@bossRODTV 3 месяца назад
@@AvindraGoolcharanyeah why?
@JEsterCW
@JEsterCW 3 месяца назад
Axios is totally useless since years, so i understand lol, its package that only make builds longer lmao thats the only one profit of it 💀🤙 just install more packages guys lmao
@BogdanTheGeek
@BogdanTheGeek 3 месяца назад
axios is used because fetch doesn't handle http (not s) on newer platforms
@nikolalukovic2593
@nikolalukovic2593 3 месяца назад
At least IMO, fetch is too anemic and kinda weird to use. Axios has much more useful features and is extremely simple to use.
@Vissie2
@Vissie2 3 месяца назад
I wonder how React Native compares to Jetpack Compose and Swift UI these days.
@michaelchen8910
@michaelchen8910 3 месяца назад
What's wrong with axios bro? Its easy to use. It works. Got some cool stuff like http interceptors to make it easier.
@byMagg1
@byMagg1 3 месяца назад
Somehow expo debugging just does work for me. Anyone having the same issues?
@ToaOfs
@ToaOfs 3 месяца назад
Rawr
@RIP212
@RIP212 3 месяца назад
Surprised you knew how to read/translate Szymon from Polish to English version of this name which is Simon :)
@landsman737
@landsman737 3 месяца назад
Axios is great! No reason to replace it.
@boredstudent9468
@boredstudent9468 3 месяца назад
"Some of the best ReactNative Devs started out with Android" Makes sense that many of the better ones started with native and actually know what they are doing with the platform, Frontend Dev's picking it up can easily (but not necessarily of course) have the "dump it in electron" phenomenon .
@flamepal
@flamepal 3 месяца назад
react-native-svg does not actually render svgs, it binds svg syntax to native code
@angelcaru
@angelcaru 3 месяца назад
React naïve
@ashuvssut23
@ashuvssut23 3 месяца назад
react native skottie is gonna help devs use lottie files in react native faster. Can provide any links comparing skottie & rive
@tmerb
@tmerb 3 месяца назад
tailwind rn last commit was 2 years ago
@Murv
@Murv 3 месяца назад
Tailwind is featurecomplete though, no ?
@tmerb
@tmerb 3 месяца назад
@@Murv nativewind works well for most part but tailwind-rn package hasnt been updated is all
@tasmto
@tasmto 3 месяца назад
Redux Toolkit with RTK query is not that bad imo...
@JEsterCW
@JEsterCW 3 месяца назад
Its trash no matter what since its redux, its an ass old technology that shouldnt be used since years due to higher costs of development and maintaining it 💀
@lamhung4899
@lamhung4899 3 месяца назад
​@@JEsterCW feel free to create "your own redux" 😂 , as long as it is accepted by your reviewer
@JEsterCW
@JEsterCW 3 месяца назад
@@lamhung4899 No need to, we got Zustand RxJs + tanstack + serverside thats enough
@kapiqu2709
@kapiqu2709 3 месяца назад
Many of the community comments are from Poland. I'm proud.
@gurgelio_
@gurgelio_ 3 месяца назад
Brazil mentioned 🇧🇷🎉🎊🇧🇷🇧🇷
@TheJames808
@TheJames808 3 месяца назад
Using over 5 years and it just gets better better, however I stumble on projects that are done by programmers who understand only react and React-Native has nothing to do with React exept peer dependency so if you want to do mobile apps its NOT WEB i repeat ITS NOT WEB it takes different approach and years of learning. Keep coding.
@samerhannah5530
@samerhannah5530 3 месяца назад
React native is my savior ❤
@rand0mtv660
@rand0mtv660 3 месяца назад
vanilla fetch API is horrible to work with and not really usable on its own without some custom wrapper. You must create a wrapper for it in order to make it usable, so at that point why not just use axios? There literally is no point in not using axios unless your company banned it as a dependency or something.
@_____case
@_____case 3 месяца назад
Waiting for Apple to make SwiftUI cross platform.
@mj-lc9db
@mj-lc9db 3 месяца назад
or kotlin multi platform
@_____case
@_____case 3 месяца назад
​@@mj-lc9db Compose Multiplatform seems to be a promising technology, but I really want all of these frameworks to be cross platform, just to reduce the overall cost of development for every team.
@kuhluhOG
@kuhluhOG 3 месяца назад
10:42 Naming a library about state management just "state", wow.
@sudityashrivastav
@sudityashrivastav 3 месяца назад
USE DARK MODE.. IT JUST HURTS MY EYES
@benardallotey
@benardallotey 3 месяца назад
I don’t use axios because I want http 2 pretty simple
@phlasc
@phlasc 3 месяца назад
Gotta stop hating on flutter strictly because it is canvas rendered. Figma is canvas rendered. They both suck at ADA.
@lcarv20
@lcarv20 3 месяца назад
Specially because the first thing users gonna do is open inspect tools to check.
@alexandrodisla6285
@alexandrodisla6285 3 месяца назад
Expo
@elohimalves
@elohimalves 3 месяца назад
I really don't know why the name "Native". In lower capable phones, specifically on android, the performance of kotlin/java native app has better efficiency and performance than react, on Apple I've noticed no difference because Apple only make high-end phones. So many RU-vidrs say that react is the future, but I think that before someone say that a tech is the future, they need to test it on lower affordable "cheaper" techs. Not everybody can buy an Iphone or Mac, or even get a decent Phone.
@t3dotgg
@t3dotgg 3 месяца назад
If you don't understand how React Native works, this might not be the best video to start lol. React Native calls the native UI layer for a given platform, so a renders a native button on iOS or Android. Many RN devs, myself included, go out of or ways to do dev work on older Android phones to make sure performance is good.
@MuhammadBilal-xt3me
@MuhammadBilal-xt3me 3 месяца назад
My primary testing devices are literally an Android 10 smartphone and an iPhone 6s. I do not think anyone in 2024 own a mobile device that's older than these ones.
@elohimalves
@elohimalves 3 месяца назад
@@t3dotgg yeah, web dev is where I started my journey, but when I started to feel the diference in performance in large projects in older phones like Android 5/6 I moved to Kotlin/Switch. I'm not saying that react is bad, its a good tech for web. I've created many apps by the way. I'm just saying that Kotlin/Switch have better performance in mobile.
@notjustdev
@notjustdev 3 месяца назад
👀
@weebslime
@weebslime 3 месяца назад
isn't react native will be sun setted?
@Woeden
@Woeden 3 месяца назад
Could you wrap the videos a bit? I have job and family, and would love to have time to watch :'D
@rand0mtv660
@rand0mtv660 3 месяца назад
watch on 2x speed lol
@pcnerd5994
@pcnerd5994 3 месяца назад
xamarin 14% in 2023 !? WTF
@greggleason8467
@greggleason8467 3 месяца назад
I have made multiple react native apps. I have never touched typescript. I took one look at it and said no. I can write js, c#, c++, and I can read several other languages pretty well. I would not touch typescript and would really like to hear why I would even use it.
@rand0mtv660
@rand0mtv660 3 месяца назад
If you work alone on a project, that's fine. If you work in a team, Typescript is invaluable in my opinion. Vanilla JS sucks to write long term and if multiple people contribute to a project.
@jaabel249
@jaabel249 3 месяца назад
Let's gooooo React Native is the shit!!
@Lorofol
@Lorofol 2 месяца назад
Lottie is going up due to their integration with Figma probably
@quintenbecker6877
@quintenbecker6877 3 месяца назад
First 10!
@xBiggs
@xBiggs 3 месяца назад
Would rather use native Fetch then add a useless dependency like Axios
@mooraid
@mooraid 3 месяца назад
First
@t3dotgg
@t3dotgg 3 месяца назад
You even beat the spam bots somehow, impressive
@eng3d
@eng3d 3 месяца назад
imho flutter wins in practically everything
@kandiesky
@kandiesky 3 месяца назад
Not on being easy and familiar to use
@TheTdg97
@TheTdg97 3 месяца назад
@@kandiesky both of you are the example of how flutter and RN devs are so obnooxious, like, we get it, you prefer one, you would sell your entire family rather than touching flutter/ RN. Both have their pros and cons, and if you look for it, your probably going to find negative things about both, and btw, both flutter and RN are super easy to learn if you started with f'ing android with XML :b
@gcash49
@gcash49 3 месяца назад
not in pay
@thespacejedi
@thespacejedi 3 месяца назад
copium
@saiphaneeshk.h.5482
@saiphaneeshk.h.5482 3 месяца назад
Not to be a sexist, but that gender graph made me laugh lol
@Mr_Yeah
@Mr_Yeah 3 месяца назад
For anyone who wants to pronounce Zustand correctly, try to say: "tsoo shunt" (ts like in that's, oo like in soon)
@greendsnow
@greendsnow 2 дня назад
react native SUCKS.
@thisweekinreact
@thisweekinreact 3 месяца назад
🫡 My favorite part is resources 😊
Далее
The New React Native Architecture
25:59
Просмотров 124 тыс.
React's Next Big Change?
35:05
Просмотров 109 тыс.
SITUATION IN FAST FOOD
00:19
Просмотров 2,6 млн
Cool Tools I’ve Been Using Lately
23:11
Просмотров 89 тыс.
Mobile Devs Hate Servers. Expo Wants To Fix That.
16:05
I think about this article a lot...
8:18
Просмотров 82 тыс.
Panda CSS First Impressions | Theo Reacts
29:52
Просмотров 84 тыс.
A Jr Dev For Life?? | Prime Reacts
21:33
Просмотров 272 тыс.
Why I moved to React Native
12:06
Просмотров 39 тыс.
I Was Wrong About React Router.
19:06
Просмотров 54 тыс.
State Managers Are Making Your Code Worse In React
13:33