Hacker News new | ask | show | jobs
Show HN: adequate – an adequate UI library with minimal size (adequatejs.org)
2 points by alex-lawrence 1911 days ago
1 comments

This library provides selected useful features of modern UI libraries, while staying at a minimal size. Without the need for compilation and extensive tooling, it is easy and straight forward to use.

Originally, this project started out as an experiment. After using React/Preact for some time, I thought about alternative approaches without the VDOM (and JSX). Soon, I encountered libraries such as htm, hyperHTML, lighterhtml, lit-element and lit-html. All of the mentioned projects are definitely worth checking out.

I would love to hear your feedback on the library. Even more, if you have a scenario where adequate could be useful, please let me know! Also, feel free to ask me anything about the project, be it about its functionalities or about bundle size optimizations.