유튜브블로그Top 10
내 프로필

데브허브 안내
소개업데이트 소식

데브허브 커뮤니티

Create Robust Web Apps with Gleam and Lustre

Isaac Harris-Holt

2024. 6. 9.

0

#backend
  • Gleam, a functional programming language, is used to build Luster, a new web framework that emphasizes static type safety. ✨
  • Luster follows the Elm architecture pattern, which consists of three core parts: state, update function, and view. 🌿
  • Luster encourages a single state model for the entire application, unlike stateful components in JavaScript frameworks. 🌳
  • Luster compiles to JavaScript, ensuring type safety and reliable error handling. 🤖
  • Luster's Dev tools offer built-in support for popular styling libraries like Tailwind CSS. 🎨

Recommanded Videos