All Projects → strudeljs → Strudel

strudeljs / Strudel

Licence: mit
A front-end framework for the back-end powered web

Programming Languages

javascript
184084 projects - #8 most used programming language
ecmascript6
18 projects

Projects that are alternatives of or similar to Strudel

Material Design For Bootstrap
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
Stars: ✭ 9,463 (+5157.22%)
Mutual labels:  framework, frontend
Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+747.22%)
Mutual labels:  framework, frontend
Awesome Seed Rs
A curated list of awesome things related to Seed
Stars: ✭ 101 (-43.89%)
Mutual labels:  framework, frontend
Axentix
Axentix is an open source Framework based on CSS Grid using HTML, CSS and JS. The easy layout control and grid system makes it one of the most easy to learn framework.
Stars: ✭ 75 (-58.33%)
Mutual labels:  framework, frontend
Uibench
UI Benchmark
Stars: ✭ 163 (-9.44%)
Mutual labels:  framework, frontend
Seed Rs Realworld
Exemplary real world application built with Seed
Stars: ✭ 77 (-57.22%)
Mutual labels:  framework, frontend
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+25345.56%)
Mutual labels:  framework, frontend
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+335%)
Mutual labels:  framework, frontend
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-18.33%)
Mutual labels:  framework, frontend
Blog
一般不会写 API 类文章,努力写有营养的文章,喜欢请点 star
Stars: ✭ 146 (-18.89%)
Mutual labels:  decorators, frontend
Monster Ui
The JavaScript framework to leverages the power of Kazoo
Stars: ✭ 54 (-70%)
Mutual labels:  framework, frontend
Sifrr
⚡️ Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript
Stars: ✭ 174 (-3.33%)
Mutual labels:  framework, frontend
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+452.78%)
Mutual labels:  framework, frontend
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (+577.22%)
Mutual labels:  framework, frontend
Vue Bootstrap With Material Design
Vue Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 803 (+346.11%)
Mutual labels:  framework, frontend
Cyclow
A reactive frontend framework for JavaScript
Stars: ✭ 105 (-41.67%)
Mutual labels:  framework, frontend
Nerv
A blazing fast React alternative, compatible with IE8 and React 16.
Stars: ✭ 5,409 (+2905%)
Mutual labels:  framework, frontend
Kvision
Object oriented web framework for Kotlin/JS
Stars: ✭ 658 (+265.56%)
Mutual labels:  framework, frontend
Portfolio Generator
JS framework to dynamically generate a portfolio site from a JSON file
Stars: ✭ 135 (-25%)
Mutual labels:  framework, frontend
Tawian Frontend
A markdowny CSS framework
Stars: ✭ 167 (-7.22%)
Mutual labels:  framework, frontend


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 strudel.js.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].