Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 695 Bytes

ROADMAP.md

File metadata and controls

20 lines (16 loc) · 695 Bytes

RoadMap

Farm has implemented all basic features for a web building tool.

  • Resolving, loading, transforming, and resource generating for web assets (HTML, CSS, JS/JSX/TS/TSX, static assets, and so on).
  • Lazy Compilation
  • Dev Server and HMR (support React Fast Refresh)
  • Partial Bundling
  • Both Rust and JavaScript Plugin System
  • Source Map
  • Resource Minimization
  • Tree Shaking
  • CSS Modules
  • Official Plugins like Sass
  • Persistent Cache
  • Polyfill

See milestones: https://github.com/farm-fe/farm/milestones

We look forward to more contributions. Our goal is to provide a high-quality and performant web build tool for the community.