Getting started in Preact (by rebuilding a React app)

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hyperscript

    Discontinued Create HyperText with JavaScript. [Moved to: https://github.com/hyperhype/hyperscript] (by dominictarr)

  • As far as I can tell, Preact uses a custom pragma (a “directive” that tells a compiler how to handle the input), named h by the creator of Preact because the original idea for a JSX-like builder function was called hyperscript, to do pretty much the same thing React’s React.createElement() is doing. Because this function isn’t namespaced to Preact though, it has to be imported separately.

  • default

    The default template for Preact CLI (by preactjs-templates)

  • The default flag here refers to the default template for the Preact CLI, available on GitHub here. I ended up having some minor issues with this set up later, but it was a good place to start because it gave me some code right out of the box that I could tinker with instead of building from scratch.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Intro to Hyperscript: Rethinking JavaScript

    1 project | news.ycombinator.com | 16 Mar 2024
  • DOM to JSON and back

    1 project | dev.to | 14 Jan 2024
  • Experimenting with html in object form. How cursed is this?

    1 project | /r/ProgrammingLanguages | 14 Oct 2023
  • _hyperscript – a small scripting language for the web

    3 projects | news.ycombinator.com | 13 Jul 2022
  • Show HN: A simple Wordle clone in 60 lines, using Hyperscript

    4 projects | news.ycombinator.com | 26 Jan 2022