🚲 The Fixi Project

The fixi project is collection of small web libraries, each one being a lightweight take on something else we've built.

Each library is constrained to an unminified, uncompressed source size that is smaller than (the excellent) Preact library's .min.gz'd size (~4.7kb).

The libraries are:

Installing

Each library is a single standalone script. Pick whichever you need and drop it into a page:

NOTE: you will want to load moxi before fixi so its on-fx:init and on-fx:process handlers are registered before fixi dispatches those events on page load.

🧰 The Fixi Project All-in-One (4.4kb brotli)

All five libraries are also available pre-concatenated, minified, and brotli-compressed in a single file:

<script src="...@0.0.1/dist/the-fixi-project.min.js"></script> copy

Or via npm:

npm install the-fixi-project

Docs

The docs for the project can be found here.