Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjmonsi/kwark

Yet another web component sugar syntactic library that enables developers to create small web components faster
https://github.com/tjmonsi/kwark

javascript-library webcomponents

Last synced: 7 days ago
JSON representation

Yet another web component sugar syntactic library that enables developers to create small web components faster

Awesome Lists containing this project

README

        

# kwark

Yet another lightweight web component sugar syntactic library that enables
developers to create small web components faster

# Table of Contents

- Put your table of contents here

# Installation

Put your installation instructions here

# Usage

Put your usage here or how to run this system

# Development Setup and Contributing

Simply follow the instructions to run above.

Before submitting any change, make sure to:

- Read the [Contributing instructions](./CONTRIBUTING.md)
- Other instruction

# Why "yet another"?

Because there is a lot of libraries already that does almost the same thing:
creating a better developer experience in creating re-usable web components.
This library hopes to make the footprint of the syntactic sugar really small
so that what the developer has to do is to create interactive components
with minimal footprint - meaning, the main logic of how the interaction
should be would be the one taking up more bytes than the library itself.

# I see similar code

There would be some similar code lifted from Polymer, LitElement and Element-Lite,
which are the base inspiration of the code. What I am hoping for this library
is to make it as small and as extensible as possible.