Strudel.js is a lightweight framework that helps providing interactivity to back-end rendered pages through modern toolstack and usage of latest standards. It is designed to support writing code in elegant, DRY way in projects where you have little or no control over the HTML markup (i.e. projects based on back-end frameworks, component libraries or Content Management Systems). The main features are:
- Declarative API: Boilerplate reduced to minimum with handy decorators
- Component architecture: Modularised and encapsulated way of writing code
- Small footprint: Zero dependencies, concise API, ~4kb gzipped
- Ecosystem: Bunch of tools for better day-to-day developer life
Strudel.js supports all the browsers that are ES5-compliant and DOM4 compliant (IE10 and below not supported).
To check examples and docs visit strudeljs.org.
Project | Status | Description |
---|---|---|
strudel-cli | Project scaffolding | |
strudel-redux | State management | |
eslint-plugin-strudel | Official ESLint plugin | |
strudel-devtools | Browser DevTools extension | |
strudel-jest | Jest configuration preset |
Please make sure to read the Contributing Guide before making a pull request.
Copyright (c) 2017-present, Mateusz Łuczak