Angular Is Rotten to the Core

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lcars-moderne

    Personal blog CSS theme

    Thanks for the suggestions. I hadn't realized Github Pages supported SSL today for custom domains, missed a Let's Encrypt at some point I suppose. Trying to get that activated. I'll have to look into the mixed content warnings later.

    Reading the HN feedback I did make a note to adjust the body font color: https://github.com/WorldMaker/lcars-moderne/issues/4

    Might also play with some of those newer color theme ideas, the Lower Decks inspired ones spark joy for me. (I used a different theme site for some of the colors that was at lcarsdeveloper.com and seems maybe done now. This one seems similar and I'm wondering if they just had to change domain names at some point.)

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • hyperapp

    1kB-ish JavaScript framework for building hypertext applications

    > JSX is valid JS. It is converted down to the same thing as what you describe, function calls to React.createElement().

    This is disingenuous. Browsers do not understand JSX, nor do most JavaScript engines. TypeScript also gets transpiled to JavaScript -- it is not valid JavaScript in and of itself, you require a build step. We can argue semantics, but I think it's pretty clear what I meant.

    > You could even alias all the elements to function names

    You've just recreated what I mentioned two comments above in this same comments thread. :) See: https://github.com/jorgebucaran/hyperapp/tree/main/packages/...

    This is what I'm arguing for over something like JSX.

  • blog.worldmaker.net

    My personal blog

  • Snowpack

    Discontinued ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌ī¸ [Moved to: https://github.com/FredKSchott/snowpack] (by withastro)

    I've had some success with npm, snowpack, mocha, typescript as that sort of stack for more "vanilla" efforts that feel rather more "modern". I think mocha is easier and cleaner than jest. I like keeping all of my transpilation to just Typescript without needing a massive Babel install/pipeline. snowpack (https://www.snowpack.dev/) right now I think is in a sweet spot of a better "ES Module native" developer experience than webpack and has better defaults when left unconfigured. (So much so that while there are snowpack templates/generators provided by the project I mostly don't use them other than for reference.)

  • preact-cli

    đŸ˜ē Your next Preact PWA starts in 30 seconds.

  • riot

    Simple and elegant component-based UI library

    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.

  • wmr

    👩‍🚀 The tiny all-in-one development tool for modern web apps.

  • SaaSHub

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

    SaaSHub logo
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

  • Tutorial - Build a chatbot with React and OpenAI

    4 projects | dev.to | 21 Feb 2023
  • Generative minimal CSS patterns đŸĒŠ

    3 projects | dev.to | 10 Apr 2022
  • Rakkas: Next.js alternative powered by Vite

    13 projects | dev.to | 14 Oct 2021
  • Where can I learn to properly store an API key on the backend of Create-React-App?

    4 projects | /r/reactjs | 16 Aug 2021
  • My thoughts on: Mithril

    8 projects | dev.to | 25 Apr 2021