Bryk Framework
Lightweight SPA framework with reactive data binding, routing and services - no jQuery required.
Features
-
Reactive Data Binding: Automatic UI updates when data changes
-
Component System: Modular, reusable components
-
Routing: Client-side routing
-
Services: Dependency injection and service management
-
Template Engine: Powerful template rendering with expressions
-
Error Handling: Comprehensive error management
-
User Management: Built-in authentication and role management
-
API Integration: Easy API service creation and management
Installation
``
bash
npm install bryk
`
Quick Start
`
javascript
import App from 'bryk';
class MyApp extends App {
async preInit() {
// Register screens, components, services
}
}
const app = new MyApp();
await app.init();
``
Documentation
For detailed documentation, examples, and API reference, visit the
Bryk Framework Documentation.
License
ISC