MobX in React Tutorial - the basics

  Рет қаралды 22,767

CodiLime

CodiLime

Күн бұрын

Пікірлер: 33
@CodiLime_
@CodiLime_ Жыл бұрын
Part 4 is already on our channel! Learn about MobX integration with @tanstack/react-query -> kzbin.info/www/bejne/qH_Yeqylbp5nhbs&ab_channel=CodiLime
@wojts7212
@wojts7212 2 жыл бұрын
Thanks God that we have you! Many thanks for that video, it was very helpful.
@RicardoPerez-ul6zf
@RicardoPerez-ul6zf 2 жыл бұрын
wow, what and awesome content, I'm just halfway and cannot measure how valuable this is. Really deep explanation thank you so much. Greetings from Chile
@CodiLime_
@CodiLime_ 2 жыл бұрын
We're glad you enjoyed it :D Greetings from Warsaw!
@alexon2010
@alexon2010 3 жыл бұрын
with a content like this, your channel should have visibility.... surely the mobx explanation is fantastic.... You could make video as structure of React, NextJS and Mobx, and make communication between components
@fr-ii7qs
@fr-ii7qs 2 жыл бұрын
subscribed!
@RackweLL-izm
@RackweLL-izm 3 жыл бұрын
it was a great education. The best react mobx tutorial I've seen so far on KZbin. You said that you will shoot the next advanced mobx training video, when will you shoot it, I'm looking forward to it thank you
@RackweLL-izm
@RackweLL-izm 3 жыл бұрын
Waiting for next video...
@monjurmorshed2854
@monjurmorshed2854 2 жыл бұрын
The tutorial is really awesome and very very informative and enjoyable. Great work!!!!
@kvark85
@kvark85 Жыл бұрын
Amazing! Thank you for this tutorial!
@besufekad9
@besufekad9 2 жыл бұрын
Thank you. this helped me clear many confusions
@googlezhang2236
@googlezhang2236 3 жыл бұрын
distinguished content,makes me feel getting inspiration while listening. thumbs up.
@CodiLime_
@CodiLime_ 3 жыл бұрын
Thanks! We're working on the second part of the MobX series, so stay tuned!
@CodiLime_
@CodiLime_ 2 жыл бұрын
Hey all! The second episode is already available here: kzbin.info/www/bejne/p2qTg6eQaJmtmrs. We hope you'll enjoy it and we're working on the third part. Stay tuned!
@brunoamorim2520
@brunoamorim2520 Жыл бұрын
very nice tutorial, really helped
@xseman
@xseman 2 жыл бұрын
great overview of mobx
@fablesofzorba1884
@fablesofzorba1884 2 жыл бұрын
Thank you :) !
@CodiLime_
@CodiLime_ 2 жыл бұрын
Here comes part 3 - Advanced DataStore with RxJS. It presents a step-by-step guide to retrieving data from the backend with non-trivial features like cancellation, retrying on error, polling. Check this out: kzbin.info/www/bejne/opi0iYuDnbqHncU
@darknight9185
@darknight9185 2 жыл бұрын
nice content and explain well thanks for creating such a content :)
@lishengma2207
@lishengma2207 3 жыл бұрын
welcome you back!
@kr1s85
@kr1s85 2 жыл бұрын
Thanks for the great Video!
@dvorastr
@dvorastr 2 жыл бұрын
AWESOME!
@אליהוקריאל
@אליהוקריאל 3 жыл бұрын
great content!
@hooktest8101
@hooktest8101 2 жыл бұрын
amazing content ... thanks so much
@CodiLime_
@CodiLime_ 2 жыл бұрын
You're welcome! We're glad you enjoyed it :)
@s1n7ax
@s1n7ax 2 жыл бұрын
Trying to switch from redux. Good stuff
@yoyo-qg2lq
@yoyo-qg2lq 2 жыл бұрын
Good content! I have some questions. As far as I know, 'yield' has a 'suspend' function, so the return value is {don,value} when used. The code is restarted when the 'Next' method is invoked externally. However, the processing generator looks different in mobx. I want to know how mobx handles it, but I don't know.
@CodiLime_
@CodiLime_ 2 жыл бұрын
Recently we use async/await syntax in favor of yield due to easier TypeScript typing. You may check the details how yield / flow() works in MobX here: github.com/mobxjs/mobx/blob/main/packages/mobx/src/api/flow.ts
@alexon2010
@alexon2010 3 жыл бұрын
Sensational video congratulations!!! I would just like to understand how I communicate state as mobx between components. Another thing is that my application is all based on functional components.... how mobx would I have to work as class components? I still got a little lost how I should structure my application as mobx! Currently I have a configuration that works well with REACR, NEXTJS and REDUX, but what deaminates is the verbity of redux maintenance... I would like to do some implementations like mobx... but I confess that I still get lost!!!
@Elantry
@Elantry 2 жыл бұрын
1 like for "we don't care about warnings"
@pogios
@pogios 3 жыл бұрын
блин контент супер, но лучше бы Вы его на русском языке нормально рассказали, без обид!
@ДмитрийР8ж
@ДмитрийР8ж 2 жыл бұрын
Ну блин наверняка большинство видео про программирование сделаны на английском. Поэтому обязательно для развития навыков нужно знать и пару лишних человеческих языков.
MobX Tutorial with React and Typescript
35:53
CodeDunks
Рет қаралды 19 М.
Introduction to MobX & React in 2020
16:51
Leigh Halliday
Рет қаралды 66 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Mobx React - State Management Alternative to Redux
14:26
Monsterlessons Academy
Рет қаралды 10 М.
Context API in react | get the concept
29:00
Hitesh Choudhary
Рет қаралды 72 М.
Goodbye, useEffect - David Khourshid
29:59
BeJS
Рет қаралды 505 М.
Typescript for React and MobX From Beginners to Masters
13:03
Jack Herrington
Рет қаралды 43 М.
Smarter and Simpler React State
26:46
Jack Herrington
Рет қаралды 57 М.
MobX in React Tutorial - Scalable State Management
58:09
CodiLime
Рет қаралды 6 М.
Introduction to React #14 | MobX
11:51
Jack Herrington
Рет қаралды 10 М.
React Query Is (Still) Essential - My Favorite React Library
11:04
Theo - t3․gg
Рет қаралды 160 М.
Why you should use MobX with React.js
19:29
Sunrise Integration
Рет қаралды 2,1 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН