10 packages
ideal-tools
ideal is a collection of pre-existing tools for generating client assets, wrapped up in an easy to use CLI. It currently supports `TypeScript` and `SASS`. The tools used are as follows:
immutable-parsejs
Sometimes when working with large data sets that come from an external source, think API, we need someway of converting that data into Immutable structures. This is useful, not only for type safety, but also for comparison checks and the improved performa
@minimal-analytics/ga4
A tiny (2KB GZipped) version of GA4, complete with page view, engagement, scroll and click tracking
@minimal-analytics/heap
A tiny (1KB GZipped) version of Heap, complete with page view and input tracking
preactement
Sometimes it's useful to let the DOM render our components when needed. Custom Elements are great at this. They provide various methods that can inform you when an element is "connected" or "disconnected" from the DOM.
preact-parser
When dealing with HTML strings in Preact, our only real option is to use `dangerouslySetInnerHTML`. This is fine(-ish) if you 100% trust the contents of that HTML, but regardless, it opens up potential vectors for attack, problems and bugs. Ideally, we'd
reactement
Sometimes it's useful to let the DOM render our components when needed. Custom Elements are great at this. They provide various methods that can inform you when an element is "connected" or "disconnected" from the DOM.
retry-fetch
Simple, lightweight wrapper around the native fetch() API. Provides helpful abstrations, like request retry, etc.
tsdom
Fast, lightweight JavaScript DOM manipulation utility
vuelement
COMING SOON