Performance First
Built to be fast, with minimal re-renders and a lightweight footprint.
Robust Error Handling
Components that can throw errors are wrapped in Error Boundaries by default.
Easy to Configure
A global configuration provider makes it simple to theme your application.
Component Examples
Choose a framework
Search for a user...
Table Example
Hooks & Helpers
{
"user": {
"name": "John Doe",
"address": {
"city": "New York",
"zip": "10001"
}
},
"settings": {
"theme": "dark"
}
}