Giter Site home page Giter Site logo

znix's Introduction

znix

A javascript micro-framework for Next Generation Web Apps

Build Status The Uncompressed size of znix The GZIP size of znix The Brotli size of znix License: MIT Greenkeeper badge FOSSA Status

Features

  • Small Footprint - Components with Lifecycle + Built-in Store in + Router < 5 KB
  • Fast - built with lit-html - uses native DOM, no virtual DOM overhead.
  • Best DX - No Build Step + Redux devtools integration
  • Standard Compliant - Based on Web Components Standard
  • Familiar - Ideas from Redux like libraries
  • Convenient - Connected Components without boilerplate
  • Instantly Productive
    • render gets state and dispatch
    • Connected Components efficiently auto update on state changes
  • Simple & Familiar - Build apps using languages you already know

Installation

Grab a copy from UNPKG CDN:

<script src="https://unpkg.com/@znix/znix">

or Install it from NPM:

npm install @znix/znix

Then with a module bundler like parcel or rollup, use as you would anything else:

import { Component, render } from '@znix/znix'

API

See the docs directory

Contributing

Found a problem?

Open an issue, or better yet open a pull request

Want to hack code?

Clone this repo, and run setup script within repo root:

npm run setup

Once setup, review examples directory, or launch using npm start in any example directory.

Ready to fix an issue?

create a new example in examples directory & run npm run boot in repo root

packages/znix hosts core module, which supports below commands:

npm run build         # builds the package
npm run start         # builds the package in watch mode
npm run test          # runs tests in watch mode
npm run coverage      # runs tests and generates coverage report

Acknowledgements

This library was inspired by many of the pre-existing libraries/packages for existence of which we are greatly thankful of. Specifically:

License

MIT License @ osdevisnot

FOSSA Status

znix's People

Contributors

fossabot avatar greenkeeper[bot] avatar osdevisnot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.