Strudel.js is a lightweight framework that is designed to help provide interactivity to back-end rendered pages through modern API and following latest standards. The main features are
- Declarative API: Boilerplate reduced to minimum thanks to the use of decorators
- Component architure: Modularise and easily encapsulate interactive functionality
- Small footprint: No dependencies, just ~4kb gzipped
Strudel.js supports all the browsers that are ES5 and DOM4 compliant (IE10 and below not supported).
To check more examples and docs visit strudeljs.org.
Project | Status | Description |
---|---|---|
strudel-cli | Project scaffolding | |
strudel-redux | State management | |
strudel-devtools | Browser DevTools extension |
Please make sure to read the Contributing Guide before making a pull request.
Copyright (c) 2017-present, Mateusz Łuczak