haunted VS rocket

Compare haunted vs rocket and see what are their differences.

haunted

React's Hooks API implemented for web components πŸ‘» (by matthewp)

rocket

The modern web setup for static sites with a sprinkle of JavaScript (by modernweb-dev)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
haunted rocket
5 7
2,576 361
- 1.7%
0.0 2.2
12 months ago 2 months ago
TypeScript JavaScript
BSD 2-clause "Simplified" License 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.

haunted

Posts with mentions or reviews of haunted. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-27.
  • The benefits of Web Component Libraries
    4 projects | dev.to | 27 Feb 2023
    Web component browser APIs aren't that many, and not that hard to grasp (if you don't know about them, have a look at Google's Learn HTML section and MDN's Web Components guide); but creating a web component actually requires taking care of many small things. This is where web component libraries come in very handy, freeing us of having to think about some of those things by taking care of them for us. Most of the things I'll mention here are handled one way of another by other libraries (GitHub's Catalyst, Haunted, Hybrids, Salesforce's LWC, Slim.JS, Ionic's Stencil) but I'll focus on Google's Lit and Microsoft's FAST here as they probably are the most used web component libraries out there (ok, I lied, Lit definitely is, FAST not that much, far behind Lit and Stencil; but Lit and FAST have many things in common, starting with the fact that they are just native web components, contrary to Stencil that compiles to a web component). Both Lit and FAST leverage TypeScript decorators to simplify the code even further so I'll use that in examples, even though they can also be used in pure JS (decorators are coming to JS soon BTW). I'll also leave the most apparent yet most complex aspect for the end.
  • 2021 Week 33, Hungry Ghost edition. Ghost-themed OSS and optical illusion.
    1 project | dev.to | 22 Aug 2021
    Haunted on GitHub: github.com/matthewp/haunted
  • The Next Evolution of GraphQL Front Ends
    8 projects | dev.to | 2 Aug 2021
    Atomico and Haunted, to add the useController hook which underlies useQuery and co.
  • Why LitElement isn't as good as React
    2 projects | dev.to | 10 Mar 2021
    ** WCs don't have to be classes. See matthewp/haunted which uses hooks like React. But that library is not a mixin or wrapper around lit-element; it would replace lit-element. It does use lit-html though.
  • Sushi Element: an expressive way to create web components
    2 projects | dev.to | 18 Jan 2021
    I think the distaste many folks have for web components stems from a simple misunderstanding. The APIs collectively know as "web components" weren't intended to replace your favorite framework. As with most things that become part of the standard, these are lower level APIs that will be supported for a long, long time. They were given to us with the hope that we'd build great tools around them, which we have with Stencil, lit-element, hybrids, Haunted, and so many more.

rocket

Posts with mentions or reviews of rocket. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-11.
  • Rocket and web components
    5 projects | dev.to | 11 Oct 2022
    Rocket is a tool used for creating web pages and it is fabulous for generating static content starting from markdown files. One of the cool thing about Rocket is the fact that web components and javascript can be used inside the markdown files. ​ Creating a project with Rocket is quite straightforward, you can take a look at the documentation or if you like to learn by looking at examples, you can find good ones in the Rocket’s GitHub repository . ​ This guide is created for getting you started with Rocket and FicusJS. FicusJS is a set of lightweight functions for developing applications using web components. ​ Using the Create Ficus App CLI you can quickly scaffold a project that contains a basic structure for working with Rocket and FicusJS. ​ The project will contain:
  • Show HN: Rocket – Everyone can code a Website (using web standards)
    1 project | news.ycombinator.com | 23 Aug 2022
  • Rocket: The modern web setup for static sites with a sprinkle of JavaScript
    1 project | news.ycombinator.com | 23 Mar 2022
  • A story of how we migrated to pnpm
    9 projects | dev.to | 26 Jan 2022
    Another kind of problem we ran into is some dependencies having undeclared dependencies. When using yarn it was not a problem because those undeclared dependencies are sometimes very used. For example, after the migration we realized mdjs-core had not declared its dependency on slash.
  • If you're writing in Markdown, I recommend Rocket, an SSG that uses WebComponents!
    5 projects | dev.to | 24 Dec 2021
    Rocket is an SSG that allows seamless integration of Markdown and WebComponents. There is a project to support the development of web standard technologies called Modern Web, and rocket is a subproject of that project. Other sub-projects are test runner and development server, modern-web for development server, and open-wc for WebComponents development, testing, and linter.
  • The Next Evolution of GraphQL Front Ends
    8 projects | dev.to | 2 Aug 2021
    The docs also got a major upgrade care of Pascal Schilp's untiring work in the Webcomponents Community Group to get the custom elements manifest v1 published. This latest iteration of the API docs generates package manifests directly from source code, and converts them to API docs via Rocket.
  • Introducing check html links - no more bad links
    3 projects | dev.to | 27 Jan 2021
    My daily workflow is hugely dominated by JavaScript, so it was only natural to want to stay in the same environment if I could reach my earlier requirements with it. On top of this, the end goal is to integrate it within a bigger WIP system called Rocket which is node-based so therefore it will need to at least support NodeJS. Having it standalone (usable via npx) also makes it more versatile and easier to maintain/test.

What are some alternatives?

When comparing haunted and rocket you can also consider the following projects:

hooks - A high-quality & reliable React Hooks library.

web - Guides, tools and libraries for modern web development.

shoelace-css - A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME. WE ARE LIVE ON KICKSTARTER! πŸ‘‡πŸ‘‡πŸ‘‡

open-wc - Open Web Components: guides, tools and libraries for developing web components.

lit-analyzer - Monorepository for tools that analyze lit-html templates

graphql-typed-document-node - An improved version of `DocumentNode` for seamless TypeScript integration for GraphQL.

11ty-website - Documentation site for the Eleventy static site generator.

hybrids - Extraordinary JavaScript UI framework with unique declarative and functional architecture

sax-wasm - The first streamable, fixed memory XML, HTML, and JSX parser for WebAssembly.

stampino - A composable DOM template system

hooks - utility kit for use with Atomico