Core
Fastjs is a useful, lightweight JavaScript library for any types of project.
Install / Use
/learn @fastjs-team/CoreREADME
Getting Started
- https://fastjs.dev/
- https://docs.fastjs.dev/
Description
Fastjs is a useful, lightweight JavaScript library for any types of project.
It is designed to be easy to use. Fastjs can be with any framework or just pure JavaScript.
Start Using
Bundler/CommonJS
npm install jsfast
import { dom } from "jsfast"; // esm
const { request } = require("jsfast"); // cjs
CDN (Global)
<script src="https://unpkg.com/jsfast/dist/fastjs.global.js"></script>
<script>
fastjs.dom().text("Hello World!");
</script>
Browser (ES Module)
<script type="module">
import { dom } from "https://unpkg.com/jsfast/dist/fastjs.esm.browser.js";
</script>
Info
- Author: xiaodong2008
- License: MIT
Sponsors
<div align="center"> <img src="https://raw.githubusercontent.com/xiaodong2008/sponsors/main/sponsors.wide.svg" /> </div>Contributors
<a href="https://github.com/fastjs-team/core/graphs/contributors"> <img src="https://contrib.rocks/image?repo=fastjs-team/core" /> </a>Related Skills
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
84.6kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
99.5kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
