Skip to main content
Senol Tas
Founder & Principal Engineer, Wunderframe
View all authors

A Lua Touch on a JavaScript Classic

· 3 min read
Senol Tas
Founder & Principal Engineer, Wunderframe

Today, we're adding a small but significant enhancement to Wunderframe's templating system: the spread operator for component props. If you're familiar with React or other modern JavaScript frameworks, you'll recognize this pattern immediately. It's a convenient way to pass multiple properties to a component in one go.

Mastering Dynamic Styling

· 3 min read
Senol Tas
Founder & Principal Engineer, Wunderframe

In modern web development, creating dynamic, responsive interfaces is everything. The ability to change styles and attributes on the fly based on application state is a cornerstone of a great user experience. That’s why we’re thrilled to introduce a set of new features in Wunderframe that make handling dynamic attributes and CSS classes more intuitive and powerful than ever.

Inspired by the declarative nature of frameworks like Svelte and Vue, we’ve baked in a new syntax that will feel right at home.