Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

1.0.2 Managing complexity with Components

Compare
Choose a tag to compare
@sanity sanity released this 29 Oct 22:34
· 410 commits to master since this release

Composable components help manage complexity in a software project by allowing developers to break down a complex problem into smaller, more manageable pieces. Kweb's new Component interface is a simple but powerful abstraction to create reusable UI components in Kweb.

We also have new ways to create KVars and KVals from within the DOM builder DSL that are more resource efficient, see the new KVars and the DOM section in the Kweb Book.

For more read the new Kweb book chapter: Managing Complexity

What's Changed

Full Changelog: 1.0.1...1.0.2