Skip to content

dumpmemory/fastjs-next

 
 

Repository files navigation



Fastjs / Powerful JavaScript Library

Stars GitHub commit activity (branch) Last Action Status Last Version

Getting Started

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

Sponsors

Contributors

About

Fastjs is a high availability, high performance JavaScript Frame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.7%
  • CSS 4.9%
  • SCSS 4.0%
  • JavaScript 3.9%
  • Vue 3.6%
  • HTML 1.9%