Great react tutorials, can't wait for the next ones!
@QuentinWatt4 жыл бұрын
Thank you. I'm glad you like them.
@Omerko4 жыл бұрын
Nice. I like this Tutorials, you keep those so simple. Thanks!
@QuentinWatt4 жыл бұрын
I hope you have your own version working nicely.
@sumairsarwar77073 жыл бұрын
Thanks for the tutorial, I am getting following error message, Uncaught TypeError: Cannot destructure property 'reset' of 'props' as it is null. at useTransition (useTransition.tsx:69)
@shunbin87513 жыл бұрын
Hi Sumair, if u make these changes, it will resolve the issue: 1) const transitions = useTransition(showMenu, null, { to const transitions = useTransition(showMenu, { 2) transitions.map(({ item, key, props }) => to transitions(( props, item, key ) => Hope it helps!
@msartini4 жыл бұрын
Thanks Quentin for the video!
@QuentinWatt4 жыл бұрын
Any time!
@adriel_borges4 жыл бұрын
It's the best tutorial !!!!!!, thanks a lot. i'm starting with react and i'm loving learn this tech!!
@adriel_borges4 жыл бұрын
thanks from Brazil!!
@QuentinWatt4 жыл бұрын
Happy to hear that!
@QuentinWatt4 жыл бұрын
You should try Vue. ☺️
@prashpach4 жыл бұрын
Babbel Error : /node_modules/react-spring/web.js Module not found: Can't resolve 'C:\dev eact_menu_app\simple_menu ode_modules\babel-loader\lib\index.js' in 'C:\dev eact_menu_app\simple_menu'
@QuentinWatt4 жыл бұрын
Looks like the file you're looking for can't be found. This is usually because the import file path is wrong or the file does not exist.