remax
Version:
Remax 是一个全新的基于 React 的小程序开发框架
52 lines (36 loc) • 2.03 kB
Markdown
<a href="https://remaxjs.org">
<img src="https://gw.alipayobjects.com/mdn/rms_b5fcc5/afts/img/A*7BLVSL14gvoAAAAAAAAAAABkARQnAQ" width="882" />
</a>
<p align="center">
<span>Learn once, write anywhere</span><br/>
<strong>使用真正的 React 构建小程序</strong>
</p>
<p class="badges" align="center">
<a href="https://github.com/remaxjs/remax/actions?workflow=Node+CI">
<img src="https://github.com/remaxjs/remax/workflows/Build%20&%20Test/badge.svg" alt="CI build status" />
</a>
<a href="https://codecov.io/gh/remaxjs/remax">
<img src="https://img.shields.io/codecov/c/github/remaxjs/remax/master.svg?style=flat-square" alt="Codecov" />
</a>
<a href="https://www.npmjs.com/package/remax">
<img alt="npm" src="https://img.shields.io/npm/v/remax?style=flat-square" />
</a>
<a href="https://user-images.githubusercontent.com/465125/69033897-f095d480-0a1a-11ea-9d4e-f14e6839bc1d.JPG">
<img alt="dingding" src="https://img.shields.io/badge/交流-钉钉群-brightgreen?style=flat-square" />
</a>
</p>
[《使用 React 开发小程序》](https://www.yuque.com/seeconf/2020/qsytho)
Remax 将 React 运行在小程序环境中,让你可以使用完整的 React 进行小程序开发。
- **真正的 React** - 不同于静态编译的方案,在 Remax 中使用 React 没有任何限制,包括 React Hooks。你可以把 Remax 理解为针对小程序的 React Native。
- **多端支持** - 使用 Remax 把代码转换到多个小程序平台。
- **TypeScript** - 完整的 TypeScript 支持,给你满满的安全感。
## 文档
你可以从我们的[网站上](https://remaxjs.org)找到详细的文档。
也可以通过[快速开始指南](https://remaxjs.org/guide/quick-start)来立即体验 Remax。
## 示例
https://github.com/remaxjs/examples
## 贡献者
查看[《贡献指南》](/CONTRIBUTING.md)
<a href="https://github.com/remaxjs/remax/graphs/contributors"><img src="https://opencollective.com/remax/contributors.svg?width=890&button=false" /></a>
## 协议
[MIT](LICENSE)