Socket
Book a DemoInstallSign in
Socket

strudel

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strudel

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

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
60
-46.9%
Maintainers
4
Weekly downloads
 
Created
Source


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

ProjectStatusDescription
strudel-clistrudel-cli-statusProject scaffolding
strudel-reduxstrudel-redux-statusState management
eslint-plugin-strudeleslint-plugin-strudel-statusOfficial ESLint plugin
strudel-devtoolsstrudel-devtools-statusBrowser DevTools extension
strudel-jeststrudel-jest-statusJest 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

FAQs

Package last updated on 04 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts