FastHTML Intro - Build resuable Compoents with common Design Patterns

Опубликовано: 14 Октябрь 2024
на канале: Coding Crash Courses
3,331
131

In this video you will get some ideas of how to actually build reuseable Components with FastHTML by applying common design patterns.

Code to test it out yourself: https://github.com/Coding-Crashkurse/...

Timestamps:
0:00 Why FastHTML?
0:40 Why Patterns?
0:58 Decorator Pattern
2:18 Component Composition
3:00 Conditional Rendering
3:41 Stateful Components
4:12 Template Component
4:51 Factory Pattern

#fasthtml