riot VS Preact

Compare riot vs Preact and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
riot Preact
9 111
14,831 36,041
0.1% 0.5%
8.2 9.3
27 days ago 1 day ago
JavaScript JavaScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

riot

Posts with mentions or reviews of riot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-23.
  • Button Component with RiotJS (Material Design)
    4 projects | dev.to | 23 Mar 2024
    These articles form a series focusing on RiotJS paired with BeerCSS, designed to guide you through creating components and mastering best practices for building production-ready applications. I assume you have a foundational understanding of Riot; however, feel free to refer to the documentation if needed: https://riot.js.org/documentation/
  • Input Component with RiotJS (Material Design)
    3 projects | dev.to | 20 Mar 2024
    This article covers how to create an Riot input component, using the Material Design CSS BeerCSS. Before starting, make sure you have a base application running, or read my previous article Setup Riot + BeerCSS + Vite.
  • RiotJS + ViteJS tutorial
    4 projects | dev.to | 15 Nov 2023
    However, Riot is my first choice when creating a front-end, here is why:
  • Why do people still use VBA?
    7 projects | news.ycombinator.com | 15 Nov 2023
  • Using Riot.js, a component-based UI library
    1 project | dev.to | 31 Jan 2023
    Riot.js is designed to be lightweight and easy to learn, making it a good choice for developers who are familiar with HTML and JavaScript — without requiring them to learn the rigors of coding with a specific framework. Riot.js emphasizes simplicity, performance, and modularity, its ecosystem allows for easy integration of third-party libraries and components, making it suitable for both small-scale and large-scale projects.
  • [AskJS] Looking for "forgotten" framework/MVC
    4 projects | /r/javascript | 17 Dec 2021
  • Angular Is Rotten to the Core
    9 projects | news.ycombinator.com | 4 Nov 2021
    how about getting a hold of your sanity and allowing yourself a few hours to learn https://riot.js.org/ - almost no learning curve, only pure awesomeness. even if you won't use it in the enterprise (because policies, bla bla), it is still worth knowing things can be done differently - in a good way.
  • Comparing Vue.js to new JavaScript frameworks
    3 projects | dev.to | 28 Jun 2021
    Riot.js prides itself as a light and simple UI library that helps developers hit the ground running when creating elegant UIs for their applications.
  • Show HN: Volument – Our take on website analytics
    2 projects | news.ycombinator.com | 18 May 2021
    Thanks! Glad you like it. I'm the original author of Riot (https://riot.js.org/) so that's the style of frontend development I'm most comfortable with. We're using our own flavour of the library, which has the original super-mimimalistic feel on it.

Preact

Posts with mentions or reviews of Preact. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • Preact vs React: A Comparative Guide
    2 projects | dev.to | 23 Apr 2024
    In this post, we get to know more about Preact, one of this year's trending libraries. And we'll compare it to React to see which one suits better for our projects.
  • Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
    11 projects | dev.to | 5 Apr 2024
    Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid, Starbeam, Svelte, Vue, Wiz, and more…
  • Proposal: Signals as a Built-In Primitive of JavaScript
    9 projects | news.ycombinator.com | 31 Mar 2024
    Those who want to develop a library that can be used by any other reactive framework. I often see SignalLike type that tries to subtype it.

    https://github.com/preactjs/preact/blob/757746a915d186a90954...

  • Preact: Lightweight React Alternative
    1 project | dev.to | 27 Jan 2024
    The official Preact documentation.
  • How I built a cross-framework frontend library
    3 projects | dev.to | 17 Jan 2024
    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 Jam just started, making a game in 13 days with React
    5 projects | news.ycombinator.com | 26 Dec 2023
    >> React is not traditionally used for making games, but that's part of the fun and the challenge. R

    > MS Flight Simulator cockpits are built with MSFS Avionics Framework which is React-like and MIT licensed:

    https://github.com/microsoft/msfs-avionics-mirror/tree/main/...

    preactjs may or may not be faster: https://preactjs.com/

    Million.js is faster than preact, and lists a number of references under Acknowledgements: https://github.com/aidenybai/million#acknowledgments

    https://million.dev/docs :

    > We use a novel approach to the virtual DOM called the block virtual DOM. You can read more on what the block virtual DOM is with Virtual DOM: Back in Block and how we make it happen in React with Behind the block().*

    React API reference > Components > Profiler:

  • 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
  • HTML Data Attributes: One of the Original State Management Libraries
    5 projects | dev.to | 29 Nov 2023
    DEV is a Rails monolith, which uses Preact in the front-end using islands architecture. The reason why I mention all this is that it's not a full-stack JavaScript application, and there is no state management library like Redux or Zustand in use. The data store, for the most part on the front end, is all data attributes.
  • Show HN: Cami.js – A No Build, Web Component Based Reactive Framework
    6 projects | news.ycombinator.com | 4 Nov 2023

What are some alternatives?

When comparing riot and Preact you can also consider the following projects:

Mithril.js - A JavaScript Framework for Building Brilliant Applications

react-18 - Workgroup for React 18 release.

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

Svelte - Cybernetically enhanced web apps

solid - A declarative, efficient, and flexible JavaScript library for building user interfaces.

Element UI - A Vue.js 2.0 UI Toolkit for Web

lit - Lit is a simple library for building fast, lightweight web components.

React - The library for web and native user interfaces.

Aurelia 1 - The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia.