Setting up vite, React, TypeScript, eslint, prettier, vitest, testing-library and react-router

  Рет қаралды 90,055

Coding Garden

Coding Garden

Күн бұрын

In this video I show how to setup a react app with vite, typescript, eslint, prettier, vitest, testing-library and react-router. We will use the base template for other react apps we create.
View the starter template we create in this video here: github.com/CodingGarden/react...
💜 Watch live on twitch: / codinggarden
📩 Sign up for my mailing list: list.coding.garden/
💖 Donate: coding.garden/donate
😍 Pledge: coding.garden/pledge
💬 Discord: coding.garden/discord
🎉 Stickers: coding.garden/stickers
💻 Gear List: coding.garden/gear
🔎 Search for more Coding Garden videos here: coding.garden/videos
🗣 View the Coding Garden FAQ here: github.com/CodingGarden/faqs
00:00:00 Intro
00:00:10 Hello Friends
00:01:26 generate vite + react + typescript app
00:02:15 generated app overview and cleanup
00:06:53 assets vs public folder
00:07:38 vite hot reloading and auto refresh
00:08:36 setup eslint
00:10:14 airbnb style guide
00:10:50 setup eslint airbnb config
00:12:58 setup eslint airbnb typescript config
00:13:56 eslint parserOptions: project - fix eslintrc + tsconfig.json
00:16:02 fixing code with eslint
00:17:29 disabling eslint rules
00:19:10 setup prettier
00:21:20 setup eslint prettier config and plugin
00:23:54 vitest setup
00:27:17 testing-library setup
00:29:00 jest-dom setup
00:29:57 our first unit test
00:35:07 A note on testing / query methods
00:37:52 setup react-router v6
00:38:50 export "wrapped" App component
00:40:00 HashRouter vs BrowserRouter
00:41:15 setup Routes
00:42:13 setup "pages" directory
00:42:58 Home page
00:43:47 NotFound page
00:45:07 hash routes
00:45:30 Link component
00:46:17 NotFound test setup
00:48:08 Fix App exports
00:49:50 NotFound failing test
00:50:54 fix main.tsx WrappedApp import
00:51:20 A note on unit tests vs integration tests
00:53:40 That's All Folks
00:54:06 catJAM

Пікірлер: 149
@user-hz3ku5rg3q
@user-hz3ku5rg3q 8 ай бұрын
I have been updating a react app that I 'inherited' and decided to use vite, vitest and eslint. I read through countless articles, all saying different things, all configuring their apps slightly differently. Then I found this video .... a presenter that speaks clearly, presents the content at a comfortable pace to follow along, doesn't rush or skip over important bits. One of the best coding tutorials I have come across. Thanks to this video, i was easily able to re-configure the app. Great job.
@maplestoryinchinese
@maplestoryinchinese Жыл бұрын
This is amazing! Quality content like this deserves so much more recognition.
@ThomasPoth
@ThomasPoth Жыл бұрын
This video was very helpful for me. And there were no hiccups. I was able to code properly without any problems or weird bugs getting in my way. Thank you very much!
@abeljr88
@abeljr88 Жыл бұрын
I have set up my own boilerplate in the past using also vite and some linting packages. But this video is complete that it includes test packages for testing. Love it.
@user-qj7io2sd1k
@user-qj7io2sd1k Жыл бұрын
Good work man, one of the best videos on setting up a Vite project with Vitest + RTL.
@tiagonobrega8046
@tiagonobrega8046 Жыл бұрын
This video was extremely helpful to me. Thank you for the great content man, you covered a lot of stuff and explained it all in a way that it was easy to understand!
@tukitukitsuki
@tukitukitsuki Жыл бұрын
Amazing! This is the first time I have seen such a detailed video.
@Andrei-pq6qp
@Andrei-pq6qp Жыл бұрын
This is gold. Excellent explanations. I love it.
@neddev2990
@neddev2990 Жыл бұрын
You are so damn efficient at writing code! It's a pleasure to watch ;)
@ievlevdmitriy
@ievlevdmitriy Жыл бұрын
Amazing! I've already shared this video to my friends. Thank you for your excellent job!
@wellingtonostemberg7585
@wellingtonostemberg7585 11 ай бұрын
Thank you too much! You helped me solving a problem, nobody says that we need to add the file information on tsconfig -> include, this helped me a lot
@julianm786
@julianm786 9 ай бұрын
Thanks, I was struggling so much with the setup, you made it really easy
@theprimecoder4981
@theprimecoder4981 Жыл бұрын
Thank you, I have been looking for this video for weeks.
@Hattrick249
@Hattrick249 10 ай бұрын
thank you for this video, really appreciate you taking the time to walk through everything! I'm working through The Odin Project and am currently on the React testing lessons. They teach you how to use create-react-app to build applications (which has Jest and the react testing library configured out of the box), but I much prefer Vite. This video includes everything that I need to know to still follow the curriculum despite the differences in tech used.
@davidaviles5032
@davidaviles5032 Жыл бұрын
This was by far one of the most amazing videos I have ever seen. Setting up ESLint has been so foreign and walking through a good set up is much appreciated. I will say I had a lot of trouble configuring ESLint with Prettier This was because I had Prettier Extension installed as well as ESLint. I followed your steps but something was conflicting. I ended up turning off my Prettier Extension. Come to find out my formatting was not working and my prettier config file was not being recognized. I really do not know what. Everything worked when I added the prettier rules from my config file into my eslint config file, which according to docs, overrides prettier config file. So I ended up removing prettier config file, extended the prettier recommended as the video shown and any rules I did not like from the default linting rules for prettier formatting I added inside the prettier rules in the eslint file and everything worked as expected. For example JSX attributes would have double quotes fixed on save and js would allow single quotes. I know this was long but hope you read it and provide any insight you might have. Thnks again for the video
@whoa_dood
@whoa_dood Жыл бұрын
Great Video CJ, thank you for all the hard work!
@DmitryBulgakovmitrich
@DmitryBulgakovmitrich 7 ай бұрын
Thank you for this guide! I found answers to some questions I had before.
@riendlyf
@riendlyf Жыл бұрын
I was looking for that setup!! Thanks!!
@zb2747
@zb2747 Жыл бұрын
Thank you for this video - would love more on formatting and linting configuration, CI/CD automation tools, and more on testing.
@Fullflexno
@Fullflexno Жыл бұрын
Love it! Great job, CJ!
@christiannikolov923
@christiannikolov923 Жыл бұрын
So glad you uploaded it can't wait to get my hands on it.
@domoknows3275
@domoknows3275 6 ай бұрын
amazing tutorial. pretty much going to use this as my default starting vite project
@michaela.178
@michaela.178 3 ай бұрын
Now that was a good tutorial! No point in excusing yourself for setting up tests the way you did. It's exactly what one would need to get started. I'd also add that one shouldn't get too obsessed with the designations of test types, you'll need those terms to keep some structure in your zoo of tests, eventually. Primarily, the set of all tests serves as cleverly laid out tripwires that keep us informed about unintentional changes, which helps our(future)selfes and anyone else getting on the project to make changes confidently.
@chuckydigitalworldwide
@chuckydigitalworldwide Жыл бұрын
That was amazing!! Thanks! Glad I found this channel
@youngun550
@youngun550 Жыл бұрын
8:32 to 8:37 is charming. I've seen this whole video 3 times now. It's really helped me get a firm sense of what eslint actually is and how to get a good ts environment. This is one of the best tutorials I've seen in a long time!
@rembautimes8808
@rembautimes8808 6 ай бұрын
An amazing video for productivity .
@fernandoferrari9937
@fernandoferrari9937 Жыл бұрын
congrats for the video, so instructional. i was looking for something like this.
@christopheraulotte5277
@christopheraulotte5277 Жыл бұрын
Really great tutorial. You know your subject, you are cool and fun when you talk. Amazing, I recommend.
@beakerbkr
@beakerbkr Жыл бұрын
Fantastic content with great instruction!
@BenMakerProducer
@BenMakerProducer Жыл бұрын
Nice video !! It would have been great to see more examples with TypeScript and react-router (loaders, react-query, params, matches, ...) 😁
@AI-su3ds
@AI-su3ds 11 ай бұрын
I'm happy I found your channel. Thank you for helpful videos
@elenafromny9567
@elenafromny9567 7 ай бұрын
OMG! I tryied to set up jets for 2 days and now I found this video, thank you a lot!
@sanjitselvan5348
@sanjitselvan5348 Жыл бұрын
Thanks for this setup video!
@BJAnderson
@BJAnderson Жыл бұрын
Long time angular dev here. Was looking for a good tutorial on how to set up a real react project that I would actually use to build a professional (linted/formatted/tested) project from. This is that tutorial. A-ma-zing!!! Thank you so much!
@Cognitoman
@Cognitoman 2 ай бұрын
Yea not bad
@stepo355
@stepo355 6 ай бұрын
Nice overview, thank you!
@jasonnares9634
@jasonnares9634 Жыл бұрын
This is just amazing. Thank you so much.
@raiybow
@raiybow Жыл бұрын
thanks for sharing, it's very helpful !
@isurumaldeniya9536
@isurumaldeniya9536 7 ай бұрын
Thank you CJ for the super helpful video. If someone get error when accessing `toHaveTextContent` when writing tests add `import '@testing-library/jest-dom/vitest' ` in setupTest.ts file
@flnnx
@flnnx 11 ай бұрын
That was very informative. Thanks
@paulraven8236
@paulraven8236 Жыл бұрын
nice! actually I came here to check my eslint config, but I'm vitesting now :D . I've never used testing libraries before, but man I'm hours just looking at dom checking accesibility and stuff. Thanks!! you improved my workflow :)
@alexandr8151
@alexandr8151 Жыл бұрын
really useful video, thanks a lot!
@djarma7980
@djarma7980 4 ай бұрын
Thank you a lot of for saving my time😅, this video help me a lot!
@ArleiFerreiraFarnetaniJunior
@ArleiFerreiraFarnetaniJunior Жыл бұрын
Congratulations and thanks a lot! 👊👊👊
@AngelHdzMultimedia
@AngelHdzMultimedia Жыл бұрын
Hey CJ, we don't need Auto Rename Tag extension anymore! The setting is Enable Linked Editing. Same with Bracket Pair Colorizer, the setting is Bracket Pair Colorization. Cheers!
@belaldif6689
@belaldif6689 Жыл бұрын
High quality content, we are looking for the next: React-testing-library 😁
@sanhvo6105
@sanhvo6105 11 ай бұрын
i am beginner. Thank you so much for sharing this useful knowledge. This is wonderfull
@3ggr
@3ggr Жыл бұрын
awesome tutorial!🔥
@Pouetpouets
@Pouetpouets 9 ай бұрын
Thanks, helped me a lot
@SidneiMV
@SidneiMV Жыл бұрын
Great job bro! video is liked.
@jaidervanegas255
@jaidervanegas255 Жыл бұрын
Great job!
@rcchandan
@rcchandan 2 ай бұрын
Reloading VS Code is so normal, Its now part of the development process 😂😂. Great content though, Helped me migrate a codebase from webpage to vite.
@kinglouis5190
@kinglouis5190 10 ай бұрын
sir i love your turorial am your follower from cameroon
@tesohi
@tesohi 4 ай бұрын
jesus christ, it helped so much! I really thank you a lot!!
@agustinperez8700
@agustinperez8700 Жыл бұрын
This video is weasome, It has all the configurations that you always look for
@hjrr6471
@hjrr6471 Жыл бұрын
thank you for this kind vid
@bahramsarafzadeh8250
@bahramsarafzadeh8250 Жыл бұрын
Nice! You're a life saver...
@ubitubee
@ubitubee Жыл бұрын
this is gold!
@lucasvasconcelos8161
@lucasvasconcelos8161 Жыл бұрын
Thanks, dude!
@endlessnameless3613
@endlessnameless3613 Жыл бұрын
Big thanks for this! It would be nice do the same but with webpack. I mean React app from scratch, without CRA💫
@papacktrue
@papacktrue Жыл бұрын
Thank you! so helpfull!
@CodingGarden
@CodingGarden Жыл бұрын
Thanks for your support! 💚
@adarshchhokar3818
@adarshchhokar3818 Жыл бұрын
AYYY I LOVED THAT CATJAM
@helloWorldPlus
@helloWorldPlus Жыл бұрын
Something I would add is the import order. It takes some time to be doing the imports order manually.
@DARSHAN1212
@DARSHAN1212 Жыл бұрын
I 💌🍀Love Coding Garden!!
@user-xh1dq5vf8s
@user-xh1dq5vf8s Жыл бұрын
Thank you!!!
@juniorbytes
@juniorbytes Жыл бұрын
I am use BrowserRouter to work at the browser because I put a specific path, for example path='/login'. And work my test too
@ontheruntonowhere
@ontheruntonowhere Жыл бұрын
I like almost everything about this but I feel like the WrappedApp thing is not efficient or necessary. Otherwise BIG PROPS to you for putting this all together. I'm integrating much of this into my own boilerplate setup. 👍👍
@som3ah0
@som3ah0 Жыл бұрын
wow super wow really for such content ... wish this channel get bigger and bigger bist wishes for you really ... thank you so mush pro
@boyefrederic4716
@boyefrederic4716 Жыл бұрын
Hi @Coding garden! This is an amazing content. I have a question though, can we do this kind of config with a nexjts project too
@CodingGarden
@CodingGarden Жыл бұрын
You can definitely use eslint and prettier with next.js, but not vite (next.js uses swc under the hood - swc.rs/). You should also be able to use vitest and test-library with next.js
@jfeyers
@jfeyers 7 ай бұрын
If anyone runs into an error (related to expect.extend(matchers);) in your jest setup upon running a test, change your matchers import to "import * as matchers from '@testing-library/jest-dom/matchers';"
@dheerajs5774
@dheerajs5774 6 ай бұрын
Tnx a lot man 🙏
@nikhilpandeydigital
@nikhilpandeydigital 6 ай бұрын
Thank you so much
@zaphry
@zaphry 4 ай бұрын
god is that you? came from the heavens to help us peasants???? love u
@lukasoliveira73
@lukasoliveira73 2 ай бұрын
thank you
@richard7542
@richard7542 Жыл бұрын
cool, thanks
@milon27
@milon27 Жыл бұрын
thanks
@beshoosamy8452
@beshoosamy8452 Жыл бұрын
Amazing Video! Can you make a video about deploying vite app with react-router-dom 6.6+ to GitHub pages?
@davioliveira-yj7qv
@davioliveira-yj7qv Жыл бұрын
Valeu!
@benberkayozdemir
@benberkayozdemir Жыл бұрын
great video for beginners like myself. i use prettier as extension in vscode, should i disable and use it as dependency?
@CodingGarden
@CodingGarden Жыл бұрын
I believe you need the extension installed for the eslint rules to work.
@kennethmatov1546
@kennethmatov1546 Жыл бұрын
Very informative! Is there a way to automate all these initial setup steps?
@CodingGarden
@CodingGarden Жыл бұрын
You can click "use this template" on the github repo, or you can use a tool like degit. Repo is here: github.com/CodingGarden/react-ts-starter If you want to use degit, you can type "npx degit CodingGarden/react-ts-starter your-app-name", to create a folder with the base template.
@kennethmatov1546
@kennethmatov1546 Жыл бұрын
@@CodingGarden Thank you so much.
@user-ib7ex2dw6j
@user-ib7ex2dw6j 3 ай бұрын
most video i watch abt that they are using mac os but im using windows sometimes while following up like when i want to use vite some files are missing and aloot of errors appears any advice
@emil4483
@emil4483 Жыл бұрын
Are you perhaps planning to release an edited version of 'Intro to React with TypeScript' on KZbin? I noticed that you jumped from "Intro to TypeScript + Express" directly to "Setting up vite..." Thanks!
@CodingGarden
@CodingGarden Жыл бұрын
I plan to re-do it sometime this week using this template as a starter. Last time I got a bit in the weeds. However, the VOD will be available on the archive channel soon.
@emil4483
@emil4483 Жыл бұрын
@@CodingGarden Great news ✨
@emil4483
@emil4483 Жыл бұрын
@@CodingGarden 😅 Hey CJ, is it safe to assume at this time that this episode is unlikely to appear? Greetings
@DmitriyLekomtsev
@DmitriyLekomtsev Жыл бұрын
Is there Vite template with all of this preconfigured?
@danielpreza4159
@danielpreza4159 Жыл бұрын
do you have pettier installed either like a dependency or as an extension as well?
@CodingGarden
@CodingGarden Жыл бұрын
I have it as both a dependency and extension. The npm dependency is used in conjunction with eslint for "eslint fix all auto fixable problems". If I want to format files manually without eslint, I can run "Format Document With -> Prettier" in VS Code (this uses the prettier extension only).
@kabo123
@kabo123 Жыл бұрын
is this compatible with the add storybook command?
@sebastianchaca00
@sebastianchaca00 Жыл бұрын
I have type error on my vite react app but still working, how can I make it throw an error like CRA ? I followed your steps but I don't know how s supposed to work. Thanks
@michelmbili
@michelmbili Жыл бұрын
Is there any reason for using function App () {} instead of the arrow function ?
@maplestoryinchinese
@maplestoryinchinese Жыл бұрын
Nope, only reason not to use an arrow function is when you're working with methods as using them would cause issues around the value of .this keyword
@temurkhan9601
@temurkhan9601 6 ай бұрын
very usefull video thank you for makin it. I have question I feel like I am following each steps one by one but somehow I still can manage to miss something or I dunno at some point I have a different result than the video. Can it be because now the codes changes a little or my previous setting are not allowing it or I am really missing something. Who else had a same issue ?
@CodingGarden
@CodingGarden 5 ай бұрын
Sorry for the late reply. There were some breaking changes in version 6 of @testing-library/jest-dom I updated the template to include the fixes: github.com/CodingGarden/react-ts-starter/commit/a1b2aa106cacd5f2377a4b1800879e058e3bfe25
@temurkhan9601
@temurkhan9601 5 ай бұрын
@@CodingGarden u d man. Tyvm
@moezbenrebah5516
@moezbenrebah5516 9 ай бұрын
But what if I need to setup react app vite with only RTL, I mean without using vitest? How to bootstrap that in the config files?
@Californ1a
@Californ1a Жыл бұрын
Personally not a huge fan of Prettier. Quite a few of the opinions in it don't match my preferred eslint configs, so format on save always ends up making eslint complain if I use Prettier, especially for stuff like arrow functions or ternaries (when to line break, place ? and : at start or end of line, use or don't use extra indent when nested, etc.). For that reason I've been using HookyQR's Beautify, but it hasn't been updated in over 3 years (so I've largely just been using the built-in formatter, since vscode 1.63.2 in Nov 2021 with the multi-language syntax) - I really wish there was a beautify/prettier-type of extension that just used your eslint config rather than their own opinions and much smaller list of options. There is Prettier ESLint, which just runs prettier and then eslint --fix, but that seems like a poor workaround for something that should just be built into the base formatting extension itself, using the actual eslint config for the formatting, rather than needing to format it twice. I'd essentially want the opposite of eslint-config-prettier, instead of disabling eslint rules to fit prettier, I'd want to override prettier rules to match eslint. The built-in formatter's been doing alright for me though.
@morpheusmatrix1073
@morpheusmatrix1073 Жыл бұрын
Hi great video ! But am getting some error. I choosed React at the first input, but the second just propose me javascript and typescript. So I choosed Javascript as variant. But am getting error in loading page "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/jsx". Strict MIME type checking is enforced for module scripts per HTML spec." Plz help
@karlkrasnowsky3895
@karlkrasnowsky3895 9 ай бұрын
7:37 : Looks like the latest vite installer adds eslint by default.
@Cognitoman
@Cognitoman 2 ай бұрын
Ohh so the public is like a place for images, videos audio etc… so that when when you build your files they are safe. If you were to put images in the assets folder they would get deleted every time during build time… I deleted that public folder… wonder if there is way to just ignore folders or files… in your assets folder so it doesn’t get deleted..
@asyncawaited
@asyncawaited Жыл бұрын
"This video is just starting, but you've probably been watching KZbin all day." Based.
@senokertonegoro4999
@senokertonegoro4999 Жыл бұрын
Good
@abuzain859
@abuzain859 5 ай бұрын
Hey there! I watched your video and it is awesome . Now i am using the Vitest in my project but I am getting this error : ( Not implemented: window.computedStyle(elt, pseudoElt) at module.exports (C:\Users\Faizan\Desktop\full-stack ode_modules\jsdom\lib\jsdom\browser ot-implemented.js:9:17) )
@runningtractor
@runningtractor Жыл бұрын
eslint-plugin-prettier vs. prettier-eslint, which one is the best? another video about setting prettier-eslint?
@CodingGarden
@CodingGarden Жыл бұрын
eslint-plugin-prettier adds rules to your eslint config that correspond to prettier formatting rules, so when you run "eslint fix all auto fixable problems", it using prettier rules to auto fix things in a single command. prettier-eslint is separate from eslint and is a 2 part process. It first runs prettier to format your files and then "eslint fix all auto fixable problems". You can read more about this here: prettier.io/docs/en/integrating-with-linters.html
@alext5497
@alext5497 Жыл бұрын
Just don't use prettier. Easy
@yolla_4
@yolla_4 Жыл бұрын
what font are you using?
@CodingGarden
@CodingGarden Жыл бұрын
Anonymous Pro - more info here: github.com/CodingGarden/vscode-settings#font
@coderboysobuj
@coderboysobuj Жыл бұрын
Help -> React router dom with vite project doesn't work on server when i refresh the page, it's shows me server 404 page
@quickguidesbynatanoob9867
@quickguidesbynatanoob9867 Жыл бұрын
Can this also be used in JS react not TS? thanks
@CodingGarden
@CodingGarden Жыл бұрын
Yes that is possible. The airbnb setup would be slightly different but it is possible.
@GMEveryday
@GMEveryday Жыл бұрын
@@CodingGarden my biggest problem with vite react is it doesn't show errors on vscode terminal you have to constantly open browser console to see the problem. For beginners like me, it's time consuming. You know any work around with that?
@pkvpraveen
@pkvpraveen 10 ай бұрын
When I converted all my jest based tests to vitest, It took a looong time to execute 😢
@karlkrasnowsky3895
@karlkrasnowsky3895 9 ай бұрын
2:04 ... By naming it react-ts-app it automatically created tsconfig for you and you weren't prompted if you wanted typescript or not? what sort of magic is this?
@NewtonJR1987
@NewtonJR1987 Жыл бұрын
Hey, thank you so much for the video, it's amazing. I'm having some trouble on this part 14:24 when we add the eslint parse option project: './tsconfig.json' In the same file (.eslintrc) the module declaration on top of the file says: Parsing error: Cannot read file 'tsconfig.json', and in the every other file on the first line. But the tsconfig file is in the root folder of the project, I don't know what to do now, can you help? EDIT: Oops, just found the answer from another user on the comments below: replace the project key from parserOptions with: project: ...... for tsconfigRootDir: __dirname
@azamatcto
@azamatcto 8 ай бұрын
where is placed expect() function
@Cahnisama
@Cahnisama Жыл бұрын
Thanks steven seagal
You're (Probably) Using Prettier Wrong
6:04
Theo - t3․gg
Рет қаралды 96 М.
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 47 МЛН
Como ela fez isso? 😲
00:12
Los Wagners
Рет қаралды 9 МЛН
Каха с волосами
01:00
К-Media
Рет қаралды 6 МЛН
ШЕЛБИЛАР | bayGUYS
24:45
bayGUYS
Рет қаралды 674 М.
How to Structure and Organize a React + TypeScript App
16:06
Coding Garden
Рет қаралды 14 М.
Vitest with React Testing Library, Jest-dom & MSW
18:44
Learn from Scratch
Рет қаралды 6 М.
Vite Crash Course | Faster Alternative To CRA
16:24
Traversy Media
Рет қаралды 181 М.
How to use TypeScript with React... But should you?
6:36
Fireship
Рет қаралды 896 М.
ESLint with VSCode, Prettier, Husky and React For Beginners
35:03
Why is Everyone Using Vite?
7:34
Awesome
Рет қаралды 71 М.
Learn Vite with Evan You
13:35
Vue Mastery
Рет қаралды 256 М.
Build a UI Library with React, Typescript, TailwindCSS and Storybook
1:03:20
Code With Gionatha
Рет қаралды 21 М.
Save Work Efficiently on Your Computer 18/05/2024
0:51
UNIQUE PHOTO EDITING
Рет қаралды 307 М.
Он Отказался от БЕСПЛАТНОЙ видеокарты
0:40
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 2 МЛН
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,3 МЛН
Introducing the all-new iPad Pro | Apple
1:29
Apple
Рет қаралды 37 МЛН
How Neuralink Works 🧠
0:28
Zack D. Films
Рет қаралды 30 МЛН
M4 iPad Pro Impressions: Well This is Awkward
12:51
Marques Brownlee
Рет қаралды 6 МЛН