nowfound

Alternatives

Products that do what Tree-hugger-JS: CSS selectors for JavaScript AST analysis and MCP does

I built a library that lets you find code patterns using familiar CSS-like selectors, then connected it to Claude via MCP so AI assistants can understand and refactor codebases. The Approach // Find code patterns with intuitive selectors: const asyncFunctions = tree.findAll('function[async]'); const todoComments = tree.findAll('comment[text="TODO"]'); const reactHooks = tree.hooks(); // Built-in React support // Chain smart transformations: tree.transform() .rename('oldFunction', 'newFunction') .removeUnusedImports() .toString(); Key Features - CSS-like…

  1. 1
    Astrum172

    A lightweight pattern library for any web project

    2016

  2. 2
    Stitches135

    The modern CSS-in-JS library with near-zero runtime.

    2020

  3. 3
    Blitz.js270

    Rails-like framework for React apps, built on Next.js

    2020

  4. 4CA
  5. 5RP
  6. 6FI
  7. 7
    Sapling146

    A convenient way to traverse your React app

    2021

  8. 8SD
  9. 9

    Organize and highlight CSS selectors and combinators by type

    2023

  10. 10CC
  11. 11FJ
  12. 12MJ
  13. 13JA
  14. 14FF
  15. 15AC

    2018 · recurss.github.io

  16. 16NR
  17. 17CB
  18. 18EM
  19. 19NA
  20. 20RA
  21. 21RU
  22. 22CS
  23. 23AF
  24. 24IB

    Hey everyone! Some time ago I was analyzing why React apps are so hard to optimize, and came to a conclusion that the lack of atomic updates is the culprit. I made an experimental library which basically updates everything in place directly in HTML. At some point I became aware that Solidjs exists, which is a very similar idea, but at the end of the day I realized my approach to API is quite different and warrants the existence of my library (my state primitive allows selector subscriptions, array iterators return a state primitive with the element, allowing to never re-render the whole…

    2024 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →