Let's Build... A Clock! Make a digital clock with Next.js, React, Tailwind and TypeScript!

preview_player
Показать описание
Building software with UNBRIDLED ENTHUSIASM!!

Today, we build a digital clock using web technologies.

🛠 Let's Build 🛠
Build cool software END-TO-END and learn how to ship code faster. We build crazy things each week and get to a shippable product within minutes.

Learn how to start from scratch and iterate. Build quickly and then refine. And then... gold-plate the SHIT out of it for fun.

🔖 Chapters 🔖
00:00 - Intro
00:37 - Design
00:53 - Development
11:50 - Refine
17:25 - Gold Plate
21:14 - Outro

📜 Code 📜

📚 Resources 📚

🔗 Links 🔗

👨🏼‍💻 About Me 👨🏼‍💻
I am a principal software engineer and architect who loves building cool cloud software.

Рекомендации по теме
Комментарии
Автор


Different Node.js versions use a different Unicode character for the space, and you need to render the time only in the browser.

ethan_mick
Автор

Thanks for the tutorial and the fix!

For people watching now, you can also re-use the HTML inside of the loading property in the dynamic import, this fixes the layout shift the dynamic import would case, as well as solving the 1sec delay on page load (ex: 14:24)

const Clock = dynamic(
() => => module.Clock),
{
ssr: false,
loading: () => (
<div className="text-7xl">
{new Date().toLocaleTimeString()}
</div>
),
},
);

eopcide
Автор

Man, I love your content and I really learn a lot. Explain everything from why we are getting an error and how to solve it, that is really incredible, Thank you. My favorite part that you feel human by that I mean you show us where you got that in the documentation, you googling stuff gives out that real feeling. Thanks once again, I await for more video.

chillsoul.o
Автор

After implementing this code the errors are not gone. Hydration error is still there.

Sivanth_P
Автор

the sound of your keyboard is not letting me listen to this video till the end its so annoying ... but still i coudnt watch it but thanks for uploading

mahtabvariyani
visit shbcf.ru