百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
pocketjs

pocketjs

> 前端框架
免费

PocketJS 是一个可移植的应用程序运行时,它可以将现代组件代码转换为跨平台的原生像素。

1.4K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

PocketJS 是一个可移植的应用程序运行时,它可以将现代组件代码转换为跨平台的原生像素。

PocketJS

[Website](https://pocketjs.dev) · [Playground](https://pocketjs.dev/playground/) · [Documentation](https://pocketjs.dev/docs/overview/) · [Blog](https://pocketjs.dev/blog/) · [Changelog](https://pocketjs.dev/changelog/) PocketJS is a portable application runtime that turns modern component code into native pixels across radically different hardware. Solid, Vue Vapor and Octane components compile to one native tree, and a QuickJS guest drives a Rust core that performs flexbox layout and draws every pixel **in one thread inside one process**. There is **no DOM, no CSS engine and no WebView**. ## Contents - [Programming model](#programming-model) - [Rendering and execution](#rendering-and-execution) - [Performance](#performance) - [Native modules](#native-modules) - [Hardware support](#hardware-support) - [Applications](#applications) - [Getting started](#getting-started) - [Ahead-of-time compilation](#ahead-of-time-compilation) - [Repository layout](#repository-layout) - [Building and testing](#building-and-testing) - [Documentation](#documentation) ## Programming model ### Frameworks Three frameworks compile to the same native tree and run on the same QuickJS guest. The choice changes application code and nothing below it. | Framework | State and lifecycle | Source forms | | --- | --- | --- | | **Solid** | `solid-js` | JSX | | **Vue Vapor** | `vue` | JSX and `

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Programming model
  • •Rendering and execution
  • •Performance
  • •Native modules
  • •Hardware support
  • •Applications
  • •Getting started
  • •Ahead-of-time compilation
  • •Repository layout
  • •Building and testing

> 标签

embedded-uifrontendjsx

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年9月9日
最后更新2026年9月17日
分类前端框架
定价免费

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架