Skip to content
/ strudel Public
forked from alvarlaigna/strudel

A front-end framework for the back-end powered web

License

Notifications You must be signed in to change notification settings

cuulee/strudel

 
 

Repository files navigation


Build Status Codecov Downloads Version License Gitter
Build Status

Introduction

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, ~4.5kb gzipped
  • Ecosystem: Bunch of tools for better day-to-day developer life

Browser Support

Strudel.js supports all the browsers that are ES5-compliant and DOM4 compliant (IE10 and below not supported).

Documentation

To check examples and docs visit strudeljs.org.

Ecosystem

Project Status Description
strudel-cli strudel-cli-status Project scaffolding
strudel-redux strudel-redux-status State management
eslint-plugin-strudel eslint-plugin-strudel-status Official ESLint plugin
strudel-devtools strudel-devtools-status Browser DevTools extension
strudel-jest strudel-jest-status Jest configuration preset

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Stay in touch

License

MIT

Copyright (c) 2017-present, Mateusz Łuczak

About

A front-end framework for the back-end powered web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Shell 1.0%