rfcs VS choose-mithril

Compare rfcs vs choose-mithril and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rfcs choose-mithril
17 4
793 46
0.5% -
9.2 0.0
4 days ago almost 5 years ago
Shell
- 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.

rfcs

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-31.

choose-mithril

Posts with mentions or reviews of choose-mithril. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-06.
  • I Prefer Mithril over Angular and React
    1 project | news.ycombinator.com | 21 Sep 2022
  • Ask HN: Why can't I learn anymore?
    3 projects | news.ycombinator.com | 6 May 2022
  • [AskJS] What's your opinion about React 18 and do you feel the framework is at the forefront of innovation compared to Vue, Angular, Ember, Meteor, Mithril, Polymer and the others... is it going the right way for you or you would have changed a few things ?
    6 projects | /r/javascript | 7 Apr 2022
    Another selling aspect for me is the dirty checks mithril uses and how efficient the redrawing engine runs. While not a Svelte/Mithril comparison, this write up explains some the key goodies of mithril.
  • Alternative lightweight UI library to modern day frameworks
    4 projects | news.ycombinator.com | 16 Jan 2021
    Hi Leo. Thanks for creating Mithril.

    Likewise at work I currently have to deal with React and its challenges. I have previously built other applications in Mithril (and still do in my spare time). I much prefer Mithril. But sadly React has so much more mindshare which was persuasive to management despite that. The only plus to that is that I can increasingly see firsthand how better the developer ergonomics are for Mithril over React, and eventually wrote the essay about that linked below.

    As an example on libraries and React patterns, the emphasis on Redux for React in particular can rapidly create messy bloated codebases that are hard to maintain. That is due to the accidental complexity in React by its premature optimization of requiring use of setState() on components to queue redraws and then how Redux tries to wrap that to support global state. Mithril by contrast makes it possible for developers to store state however they want by the brilliance of (by default) just assuming any time the user touches the UI (via anything with an added event handler like for a button press) that the UI needs to be rerendered (unless the developer choose otherwise).

    Here's a longer list of reasons why I prefer Mithril to React: https://github.com/pdfernhout/choose-mithril "l;dr: Choose Mithril whenever you can for JavaScript UI development because Mithril is overall easier to use, understand, debug, refactor, and maintain than most other JavaScript-based UI systems. That ease of use is due to Mithril's design emphasis on appropriate simplicity – including by leveraging the power of JavaScript to define UIs instead of using an adhoc templating system. Mithril helps you focus on the essential complexity of UI development instead of making you struggle with the accidental complexity introduced by problematically-designed tools. Many popular tools emphasize ease-of-use through looking familiar in a few narrow situations instead of emphasizing overall end-to-end simplicity which -- after a short learning curve for Mithril -- leads to greater overall ease-of-use in most situations."

    You rock, Leo!!! Thanks again for making the programming world a better place.

What are some alternatives?

When comparing rfcs and choose-mithril you can also consider the following projects:

prepack - A JavaScript bundle optimizer.

solid - A declarative, efficient, and flexible JavaScript library for building user interfaces. [Moved to: https://github.com/solidui/solid]

jsx - The JSX specification is a XML-like syntax extension to ECMAScript.

sciter-js-sdk - Sciter.JS - Sciter but with QuickJS on board instead of my TIScript

language-tools - The Svelte Language Server, and official extensions which use it

eureka - Lucene-based search engine for your source code

svelte-native - Svelte controlling native components via Nativescript

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

react-use - React Hooks — 👍

Svelte - Cybernetically enhanced web apps

denoflare - Develop, test, and deploy Cloudflare Workers with Deno.

react-router - Declarative routing for React