How I built a cross-framework frontend library

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • schedule-x

    JavaScript event calendar. Modern alternative to fullcalendar and react-big-calendar.

    This article will discuss the general concept of building a cross-framework frontend library. It will also display some examples of how this was applied when building the event calendar Schedule-X.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Preact

    ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

    At the very bottom of the image, there are 3 blocks that I chose to call application components. If you are building a cross-framework library, these can be built with whatever tools you want! Only catch is, all the tools you use to build it, will be needed by everyone consuming it. So choose wisely, and be mindful of how many kilobytes of third party code you will need in order to ship. In Schedule-X, I chose to use Preact. You will probably be fine with most lightweight virtual DOM libraries, and just like with frameworks there are a few to pick from.

  • react

    React components for Schedule-X (by schedule-x)

    React implementation: https://github.com/schedule-x/react/blob/main/src/schedule-x-calendar.tsx

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Preact vs React: A Comparative Guide

    2 projects | dev.to | 23 Apr 2024
  • Preact: Lightweight React Alternative

    1 project | dev.to | 27 Jan 2024
  • Have You Built with Preact?

    1 project | news.ycombinator.com | 11 Dec 2023
  • Quando um framework é melhor que a manipulação nativa do DOM

    2 projects | dev.to | 9 Dec 2023
  • No comment

    1 project | /r/ProgrammerHumor | 10 May 2023

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?