What framework should I use to create an accessible component library?

ismaestro

Ismael Ramos 🚀

Posted on July 5, 2023

What framework should I use to create an accessible component library?

So I need to create a component library, and the requirements are:

  1. Components must be accessible. Be careful with this. More info here, here, and here.

  2. Components must work with different technologies, like, SSR and SPAs like Angular.

  3. The library has to be lightweight.

Candidates: Stencil, Lit, FAST, Solid, anything else?

I think Lit does not allow removing shadow dom (because of accessibility) and use slots. Does Stencil?

I need opinions!!

💖 💪 🙅 🚩
ismaestro
Ismael Ramos 🚀

Posted on July 5, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related