Building an event calendar - React Challenge

  Рет қаралды 31,764

Cosden Solutions

Cosden Solutions

Күн бұрын

Пікірлер: 47
@romancalderon
@romancalderon Жыл бұрын
Great challenge, please do more like this. Inspired to make my own calendar app!
@madhanr5622
@madhanr5622 Жыл бұрын
Nice video❤.Please continue this series.
@mohamedsalimbensalem6118
@mohamedsalimbensalem6118 Жыл бұрын
i'm junior developer with 1 year of experience, ive watched all your videos and learned a lot throughout the journey, looking to see all your next videos, keep it up cosden
@jordan_w
@jordan_w Жыл бұрын
Just found your channel and liking what I see so far! Loved watching along to see how you tackled the problem! My only suggestion for future videos would be to more clearly define the challenge at the start of the video; maybe by showing a mock up or your final product, so those of us who want to try the challenge before watching have something more clear to aim for without skipping through the video - This could also be good for viewer retention as it makes people want to see how you made it :)
@cosdensolutions
@cosdensolutions Жыл бұрын
Yes that's a great tip, thanks a lot! Will try this in the next one and compare
@VolodymyrPetrovskyi
@VolodymyrPetrovskyi 6 ай бұрын
Great challenge, great explanation! Thank you for sharing! And yes, we need more ))
@akashthoriya
@akashthoriya Жыл бұрын
Learning a lot from your videos, Thank you! We need more videos on Design Patterns. [Nowadays nobody is creating such videos with great details like you]
@cosdensolutions
@cosdensolutions Жыл бұрын
They're coming!
@akashthoriya
@akashthoriya Жыл бұрын
@@cosdensolutions Thank You!!!
@jarolriera2856
@jarolriera2856 8 ай бұрын
I am building a reservation calendar from scratch and this really helped me a lot. Thank you, your content is great!
@yaa4500
@yaa4500 Жыл бұрын
Such a good challenge. The best react youtuber i’ve ever seen.
@Shaheer-xs5os
@Shaheer-xs5os Жыл бұрын
Damn, date-fns in awesome... I think I am using it in my own event calendar... thanks for the video man!
@ositaka
@ositaka Жыл бұрын
Your React Challenges is a super idea 💡
@HerlonCosta
@HerlonCosta Жыл бұрын
I will have to watch this one a few times to understanding it well. Excellent class, very rich. Thanks for that!
@prashlovessamosa
@prashlovessamosa Жыл бұрын
Thanks for sharing please share more challenges in future.
@jech33
@jech33 Жыл бұрын
There you go! Nice sound and awesome vid 🤟🏻
@w1kk857
@w1kk857 Жыл бұрын
14:00 from react docs: "Keys must be unique among siblings. However, it’s okay to use the same keys for JSX nodes in different arrays." so, its perfectly fine to have keys [0, 1, 2...] in first array and the same in the second. They wont overlap.
@cosdensolutions
@cosdensolutions Жыл бұрын
But here it was siblings though
@AnuMessi10
@AnuMessi10 Жыл бұрын
Great content as always, you can come up with such challenges that are also asked in machine coding rounds during the interviews, eg date pickers, pagination, infinite scroll etc without any libraries
@cosdensolutions
@cosdensolutions Жыл бұрын
Yes that's the plan ☺️
@パパライス
@パパライス 10 ай бұрын
oh...this is great video! i wanted to implement like this event via react-day-picker, but i didnt know how to do. thanks!
@codewithsunil5990
@codewithsunil5990 Жыл бұрын
Need more challenges like this
@kjbassu
@kjbassu Жыл бұрын
Yes we need React challenges🎉
@MuhammadIlyas-dr7eg
@MuhammadIlyas-dr7eg Жыл бұрын
I'm an experience backend dev and now moving toward full stack. We need a clone series as a project base learning
@kostiantynsydorenko7344
@kostiantynsydorenko7344 Жыл бұрын
Super video, thanks!
@rebeldes96
@rebeldes96 8 ай бұрын
Great video, thanks a lot! and subscribed!!
@saqibmuhammad7218
@saqibmuhammad7218 Жыл бұрын
❤ Love to see want more challenge videos
@jimsmart2522
@jimsmart2522 Жыл бұрын
Minor point re big-O... You keep saying O(2), but n-by-m is better described as O(n^2) - technically O(2) is still linear, but O(n^2) is quadratic. HTH Great content, keep up the good work!
@cosdensolutions
@cosdensolutions Жыл бұрын
Yeah, I always mess these up lol. Thanks for the clarification!
@wilsonchen5224
@wilsonchen5224 6 ай бұрын
Please make more videos like this!
@RK-gm4pd
@RK-gm4pd 27 күн бұрын
Can anybody here explain how the substitution of filter and map by reducer may affect the program's performance? 22:32 on timeline
@vengateshvaidyanathang550
@vengateshvaidyanathang550 Жыл бұрын
Really Nice .. It will be too cool if we have series of creating a particular components of great product apps like Google apps, Microsoft 365, Apple
@cosdensolutions
@cosdensolutions Жыл бұрын
Interesting
@jyotirmoykarmakar8511
@jyotirmoykarmakar8511 Жыл бұрын
Hi! What's your VS Code theme? I really like it
@ivanmosful
@ivanmosful Жыл бұрын
Has ayone figured out how to span an event on multiple columns, or hos to break it if for example it starts at the end of the week and then continues on the next one?? Thanks in advance. Thanks for the video:)
@faizanahmed9304
@faizanahmed9304 Жыл бұрын
Thanks!
@ShivamJha00
@ShivamJha00 Жыл бұрын
What's a time complexity of O2?
@0xtz_
@0xtz_ Жыл бұрын
in the company I'm in we just did a weekly ssr calendar hhh it was a bit challenging with the query params holding the start week the filters etc and supabase and it was fun and I would like u to make a video to see how u structure it and build it in Next.js can you ? hmm 🤔
@harag9
@harag9 Жыл бұрын
Nice work, just shows how useful 3rd party packages are like the date one you used. Question on KEYs when mapping, I know it's best to not use index, and also they have to be unique. Can you confirm if they have to be unique throughout the page, if you had 3 maps, with index 1-100, should they all be different, you seem to be pointing at that with the "empty-index" you used. Would love to see more of these vids, but one suggestion I have is when you have a bug your trying to fix, please don't cut it out and then just show the end code.
@cosdensolutions
@cosdensolutions Жыл бұрын
Keys have to be unique in the same parent, otherwise it's fine! That's why I added "empty-" there. And yes, I'm trying to find a balance between keeping the videos shorter and to the point, and explaining things thoroughly. Working on it!
@nithinraj342
@nithinraj342 Жыл бұрын
Can u do lighthouse optimisation, I didn't understand plz do it
@nallaparajuamareshvarma8471
@nallaparajuamareshvarma8471 Жыл бұрын
can you please do day calendar challenge it would be more interesting
@juliusngwu
@juliusngwu Жыл бұрын
Awesome
@JavadAsadi-ec2ho
@JavadAsadi-ec2ho 4 ай бұрын
I urgently need to implement the event spanned multiple days, can anyone help me?
@icoderdev
@icoderdev Жыл бұрын
@tshepokhumako1403
@tshepokhumako1403 7 ай бұрын
wow
@sriharansaravanan4653
@sriharansaravanan4653 11 ай бұрын
Please update more vedio .
How I Write Clean Code in React
16:36
Cosden Solutions
Рет қаралды 34 М.
Building an Interactive Calendar with Tailwind UI, React and date-fns
23:48
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
Вопрос Ребром - Джиган
43:52
Gazgolder
Рет қаралды 3,8 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
The Biggest Mistake Intermediate React Developers Make
18:32
Cosden Solutions
Рет қаралды 50 М.
The Biggest React Framework You've Never Heard of
20:29
Theo - t3․gg
Рет қаралды 52 М.
Leetcode: Easy Collection Pt.4
34:21
FahadLeetcode
Рет қаралды 18
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 937 М.
Refactoring a React component - Design Patterns
15:19
Cosden Solutions
Рет қаралды 102 М.
The Sketchbook Series | Katsuya Terada
16:40
Trojan Horse Was a Unicorn
Рет қаралды 26 М.
Become a Master at Reusable Components in React
19:51
Cosden Solutions
Рет қаралды 26 М.
Failed a Technical Interview Because of This Code
22:08
Cosden Solutions
Рет қаралды 18 М.
The Most Important Rule for Clean Code in React
16:52
Cosden Solutions
Рет қаралды 31 М.