awesome thanks for this great tutorial. I was using react typescript and mobx for my job and absolutely love it. unfortunatly I got laid off recently so hopefully I find another job that uses it!
CRA didn't bother with devDependencies because webpack knows to only include the required items in the final build. devDependencies only matter if you are building npm packages, I think.
Hard to follow this. The explanation of why you set teamHistory to true, and what that does, is unclear. Later in video you remove something to show that observables no longer work, but you don’t show or explain what you did. Frustrating. I was hoping this would teach me what I need to know, but there are too many confusing things about it
This tutorial was excellent. It had everything I needed to get started with MobX and integrate it into an existing project for practice. Thank you!
Excellent video. Very much appreciated
Thank you. Clear and concise. Subscribed!
what you removed 12:30 ? I didnt get that thing. its not visible what higher order component you removed. could you please explain?
I guess he removed 'observer(Roster)', i.e made it just 'export default Roster'
Thankyou for asking! I had the same doubt lol
Good Job 👍 Respect from Georgia ❤
awesome thanks for this great tutorial. I was using react typescript and mobx for my job and absolutely love it. unfortunatly I got laid off recently so hopefully I find another job that uses it!
Sorry to hear Juswahh! MobX is a pleasure to work with and I am sure you will get another job in no time!
Thanks for this awesome tutorial Leo. Liked it.
What wizard trick did you do ~13:15? No change appears in the video that is obvious.
Great quality! Keep up the good work.
Thank you very much for the tutorial
Great stuff! Appreciate the video
Hey man , thank you for your help 🎉❤
Fantastic tutorial
Great one, thanks a lot.
Can we get a link to the code/repo? for further in depth look?
good. plz record more about Mobx. tnx
CRA didn't bother with devDependencies because webpack knows to only include the required items in the final build. devDependencies only matter if you are building npm packages, I think.
Came for the thumbnail.
Hard to follow this. The explanation of why you set teamHistory to true, and what that does, is unclear. Later in video you remove something to show that observables no longer work, but you don’t show or explain what you did. Frustrating. I was hoping this would teach me what I need to know, but there are too many confusing things about it
I think this is the change he made to show the importance of the observer >>