Тёмный
Maksim Ivanov
Maksim Ivanov
Maksim Ivanov
Подписаться
On my channel you can find programming tutorials on Javascript, React and HTML/CSS.

Subscribe to not miss any new tutorials or courses.
Help people who suffer in Ukraine
0:45
2 года назад
You can't console.log in React
3:01
3 года назад
How To Test React Query Components
27:38
3 года назад
I made MINECRAFT using REACT
26:56
4 года назад
3D Apps With React-Three-Fiber
7:21
4 года назад
Long Polling in NodeJS
7:51
4 года назад
TOP Five Free Games to Teach You CSS
5:30
4 года назад
Комментарии
@MyKey9
@MyKey9 14 дней назад
Kudos, i go be the same motto "if you can see it happen, you can make it happen"
@lazy-codes
@lazy-codes 28 дней назад
Widget-base WP Theme development Series: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-T-ZFL9pEpa8.html
@cryptodude_btc
@cryptodude_btc Месяц назад
Title should be more like: Variable/Dynamic Static Meta Tags via React with SSR without a SSR Framework
@syedmuhammadabdullah2920
@syedmuhammadabdullah2920 Месяц назад
Bad
@ОлегБаранчиков-ф5у
Че по тайпскрипту?
@rustavellyne
@rustavellyne Месяц назад
i just wonder if parsing of that comments JSdoc by swagger doesnt slow system on each request?
@AnkitKumar-lu5wl
@AnkitKumar-lu5wl Месяц назад
Great knowledge and presentation . You look like british, irish or swedish person
@trishulnaikbannoth9384
@trishulnaikbannoth9384 Месяц назад
prod boom
@BruceWayne-lm6xt
@BruceWayne-lm6xt Месяц назад
Great video Very helpful
@mikemalone4867
@mikemalone4867 2 месяца назад
Great video! There was one problem that I faced that no video, not even this one addressed. When sending over the file data to the smtp client, in my case I had to send the result from the fileReader.onload(event) call. The event object has the target which has the .result property. This property contains the blob (file data) that I needed to send to the back-end. Trying to send e.target.files[0] only sent the string, "c://fakePath/name-of-file.jpg" and not the actual blob data. So within the fileReader.onload(event) function, you can get the result of the file data like so and then set it as the value of the form field to be sent to the back end: event.target?.result In react-hook-form I set the field value of the "file" field as follows: "setValue('file', { fileName, blob: event.target?.result?.toString() || '', });" This was the ONLY way that it worked for me.
@xtemecollection8540
@xtemecollection8540 2 месяца назад
Then I'll have to pass my pc to users to access it or I'll give them link to my localhost
@Luna_master-
@Luna_master- 2 месяца назад
But that not will be useful when you have created a huge mern app
@yt-sh
@yt-sh 2 месяца назад
This helped understand SSR better, thank you
@swagatsahu5197
@swagatsahu5197 2 месяца назад
guys, I will make a video on Swagger which is easier than this tutorial. all these RU-vidr follows the same method to write the swagger documentation but I have the easiest way where a noob can understand the swagger implementation.
@narayanaraavi2943
@narayanaraavi2943 2 месяца назад
awesome tutorial really helped me
@walidahmad754
@walidahmad754 2 месяца назад
What if there is multiple file
@helamanavalos9806
@helamanavalos9806 3 месяца назад
Thanx man, trying to delete the bad commit is very confusing and difficult. I was thinking on doing it this way, you just confirmed my theory, thank you!
@izarhalabi7354
@izarhalabi7354 3 месяца назад
i would like to be explanied more and not using usestate hook , but nice vedio
@reallyoldsubdude387
@reallyoldsubdude387 3 месяца назад
I like the approach, however, It has some pretty bad errors in it in the beginning. rm <file name> -r, in Setting the default editor, you get to work on a repository that is not there: configuring-git-00. The needs an errata link somewhere, I did not see one listed on Amazon where I bought the book.
@huseyinbilen3535
@huseyinbilen3535 3 месяца назад
Nice tutorial thanx. What's your VS Code theme? It's look so good an understandable.
@MatheusLB2009
@MatheusLB2009 3 месяца назад
No way i'm documenting my API like that. There is more comment then code in that shit. You can document an endpoint .NET using Swagger with 5 lines of code
@SureshSingh-rs7ys
@SureshSingh-rs7ys 3 месяца назад
😂 😅 oh 👌 😅
@opus_X
@opus_X 3 месяца назад
This is exactly the information I was looking for! Clear and concise! Thank you!
@rajannishad-vt5sz
@rajannishad-vt5sz 3 месяца назад
Your solution amazed me you have established ssr without any framework i never thought this could be possible
@naitiknavadiya8355
@naitiknavadiya8355 4 месяца назад
Great video! Can I preview the image on at the time of upload also?
@itsmylife4068
@itsmylife4068 4 месяца назад
Ok 👍🏻, But i want to upload file without form data
@sharkdeng9253
@sharkdeng9253 4 месяца назад
good video. Can you have TypeScript version?
@Alexander-zt9kz
@Alexander-zt9kz 4 месяца назад
Good, but how would you unit test code that runs in a useEffect hook at an interval? Would you just test the callback?
@MTran-r8c
@MTran-r8c 4 месяца назад
Thank you so much for this helpful tutorial! ❤
@MTran-r8c
@MTran-r8c 4 месяца назад
Thank you so much for this useful tutorial!!! ❤
@Jtube0101Mega
@Jtube0101Mega 5 месяцев назад
Great lesson! Thank you very much!
@patolorde
@patolorde 5 месяцев назад
THANKS! helped!
@AlexS-ex7du
@AlexS-ex7du 5 месяцев назад
Video says How to upload FILES, but it is only about just one single FILE upload
@ayushmishra9450
@ayushmishra9450 5 месяцев назад
how to render react for differend routes in the same server ?
@ИльяКорнеев-ю8ш
@ИльяКорнеев-ю8ш 5 месяцев назад
Improt... 😅
@maxschwarzschmied5744
@maxschwarzschmied5744 5 месяцев назад
perfect, short and informative
@AshishJha-nx6ll
@AshishJha-nx6ll 5 месяцев назад
How to load multiple preloaded data from API? let's say list of users
@doobtom271
@doobtom271 5 месяцев назад
Misleading. You did not "Extract" the type of the interface fields to print out type "x" is number, type "y" is string. That is what "Extract" means. Not just show it on TS syntax check highlights.
@shramko-dev
@shramko-dev 5 месяцев назад
Максим, спасибо. Я як українець дуже вдячний тобі!
@ПавелМурашкин-г9ж
@ПавелМурашкин-г9ж 5 месяцев назад
Почему-то легче воспринимать английский язык от славян, чем он носителей : )
@mrluckyuncle
@mrluckyuncle 5 месяцев назад
I made an auth context that used custom hooks to do things like get the current user, find out whether the user is signed in, whether the user is an admin, and manage a session. I then tried to mock the custom hooks for my auth context tests -- but that proved too complex for me. Ultimately I ended up mocking the underlying APIs used by the custom hooks. It worked but the whole thing doesn't *feel* right. I do have separate tests for the individual custom hooks. I'd really like some help with that kind of scenario.
@AJSWE
@AJSWE 7 дней назад
Current going through something similar where it feels so complex to test!
@coolmind2476
@coolmind2476 5 месяцев назад
Good information. And how to use one event handler for multiple event types if I dont want to duplicate code in seperate event handlers but implement a generic handler?
@mariia-m
@mariia-m 5 месяцев назад
Thank you for your position!💙💛
@yakimovev
@yakimovev 5 месяцев назад
Хороший английский
@HovhannesGasparyan-ex4el
@HovhannesGasparyan-ex4el 6 месяцев назад
Thank you for the useful video)
@ngabohakiza3988
@ngabohakiza3988 6 месяцев назад
weell ill be a monkeys uncle
@arny699
@arny699 6 месяцев назад
Thank you for this tutorial. Its great! How to add meta tags into the head of the pre-rendered html file, if we replace only root div?
@ahmedsamir-m8s
@ahmedsamir-m8s 6 месяцев назад
this is one ugly thumbnail, why would u do that to your face? really gross
@dharnilm
@dharnilm 6 месяцев назад
Really Good Content