Rusty Vue: Vue Compiler rewritten in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vue-compiler

    Vue's template compiler reimplemented in Rust!

  • Hey folks, I am porting Vue's core compiler to Rust. My goal is mainly learn how to build a high performance software and help Rust to become a more popular frontend tooling. The project repo is here https://github.com/HerringtonDarkholme/vue-compiler.

  • vue-next

    Discontinued 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. [Moved to: https://github.com/vuejs/core]

  • The project at the moment has completed feature parity with @vue/compiler-core . Compiling to dom, ssr, sfc have not yet been implemented. You can check what has been implemented in the playground

  • 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
  • core

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)

  • Is this just a hobby project or you plan to keep up with Vue's frequent updates?

  • ast-grep

    placeholder (by HerringtonDarkholme)

  • Thanks for your kind word! Currently it is my hobby project and learning project. I'm blocked by not having a decent JS AST manipulation library in Rust (SWC is too complicated back then). So I spin off a side project for AST refactoring. https://github.com/HerringtonDarkholme/ast-grep

  • rustle

    Svelte compiler rewritten in Rust

  • I’m sure many would be interested in that! Especially the folks working on rustle. They’re venturing down a path very similar to the one you appear to have explored quite thoroughly already.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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