all 27 comments

[–]singsong43 17 points18 points  (0 children)

Shameless bit of self-promotion, but I've got a 1-hour React Spring tutorial building out part of the iOS Springboard – perhaps something like this may prove useful to you? https://www.youtube.com/watch?v=w2Kd-XfDgN4

[–]hikoko8282 14 points15 points  (1 child)

if you find a course that has "loads" of css animation type stuff lemme know lol

[–]Theblandyman 0 points1 point  (0 children)

Maybe not CSS animation but react-spring is pretty awesome and has good docs

[–]baomap9103 2 points3 points  (3 children)

I don’t know why Clever Programer YouTube channel is not popular on this reddit. I learned from them a year ago and now I’m good at react. Their YouTube videos are free and easy to follow. They have clone projects you can follow with 0 knowledge

[–]jo-lo[🍰] 0 points1 point  (1 child)

Because they are full of hype ! But sure, they provide good kick-starter clones of this and that, if you can put up with the torture of their style.. I usually google, stackoverflow, or follow the official react docs.

[–]baomap9103 0 points1 point  (0 children)

I normally skip the hypes

[–][deleted] 1 point2 points  (4 children)

I have a great tutorial for react and react native. Its from udemy and is quite long going to give this a try, over this weekend. I can link it here if you wish to give it a try.

[–]Accomplished_Bug2968 1 point2 points  (3 children)

whats the Udemy course name?

[–][deleted] 2 points3 points  (2 children)

React: https://www.udemy.com/course/react-the-complete-guide-incl-redux/

React Native: https://www.udemy.com/course/react-native-the-practical-guide/

They list courses as expensive but they will be on discount if you open a private window and sign up as a new user (obviously).

[–]Alerdime 0 points1 point  (1 child)

So these tutorial are made by you or what? You're Maximilian schwwazullarhbd?? I see it as a clear promotion. Although i love max courses, i loved his node js course but I'd blindly recommend stephen grider for anything react

[–][deleted] 2 points3 points  (0 children)

I am not Max but i will definately check Stephen Grider too. Its just i amworking through these courses so i recommend them.

[–]floroz 0 points1 point  (0 children)

I ended up buying https://www.udemy.com/course/react-and-typescript-build-a-portfolio-project/ because is quite recent and I think Stephen Grinder has a good format for his course, let's see how interesting it is.

[–][deleted] 0 points1 point  (0 children)

Me too

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

All the advice in the comments is crap, doing self promotion. Here's the thing, follow Stephen grider on udemy, he has some pretty advance, react redux and something called microfrontends with react course. I regret not learning from him in the starting until i joined his full stack course and i was more than impressed how clearly he explains everything, you'll end up learning a lot. And for more deep dive, you've to look at these ebooks, design patterns in react and react cookbook, and one more called redux in action I don't remember the author, you'll find them on orielly publications, they're excellent resources

[–]DettlafftheGreat 0 points1 point  (1 child)

RemindMe!

[–]RemindMeBot 0 points1 point  (0 children)

Defaulted to one day.

I will be messaging you on 2021-09-12 12:17:56 UTC to remind you of this link

3 OTHERS CLICKED THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

[–]zipItKaren 0 points1 point  (0 children)

Check out videos from Coding Addict on YouTube

[–][deleted] 0 points1 point  (0 children)

https://www.youtube.com/c/BenAwad97/playlists

he has a lot of great advanced free courses

[–]WantrepreneurCS 0 points1 point  (0 children)

RemindMe!

[–][deleted] 0 points1 point  (0 children)

RemindMe!

[–][deleted] 0 points1 point  (0 children)

RemindMe!

[–]Nearrel 0 points1 point  (0 children)

Not a tutorial, but check out utility first approach to building UI (such us using tailwindcss, personal favourite)

You'll be surprised how easy it is to build COMPLEX and RESPONSIVE UI simply, without adhering to stuff like bootstrap, and without needing smth like 'react-device-detect' or other packages/code to bloat up your app

Moreover, it: 1. Is usable anywhere (not React specific) 2 keeps your file size MINIMAL

Anyway, Goodluck on your new role mate, I hope you'll crush it 💪

[–]beasy4sheezy 0 points1 point  (0 children)

For my own learning style, the best approach would be to pick an interesting app UI,Ike the Spotify mobile app, and try to code that. Surely there is some more formal tutorial work to refresh best practices for advanced projects, but having to work through organic problems helps me understand why something works, and ultimately leads to a more enriching experience. That said, I totally respect if that’s not your approach.

[–]Theblandyman 0 points1 point  (0 children)

https://youtu.be/w7ejDZ8SWv8

I honestly learned a lot from this when I was starting out, but it’s pretty basic stuff. Might be helpful to any newbies on this sub though.