An open API service indexing awesome lists of open source software.

https://github.com/wmzy/painless

一个提升幸福感的 React 框架
https://github.com/wmzy/painless

framework react

Last synced: 10 months ago
JSON representation

一个提升幸福感的 React 框架

Awesome Lists containing this project

README

          

# Painless

> 一个纯前端的 React 框架。

[English](./README.md) | 简体中文

## 技术栈

- React, [Native Router](https://github.com/native-router/react), [Linaria](https://github.com/callstack/linaria)
- Vite, Babel, TypeScript, ESLint, Prettier, Pnpm

## 特性

- 简单易上手,无复杂的概念和外部依赖
- 集成零运行时损耗的 CSS-in-JS 方案
- 集成 [Native Router](https://github.com/native-router/react) 路由方案,贴近原生的路由体验
- 简单轻量的数据拉取方案,支持页面同步数据及异步数据的加载
- 基于 TypeScript 类型及注释的纯前端数据 Mock 方案,完全不依赖后端开发

## 快速开始

```sh
git clone https://github.com/wmzy/painless.git my-app
cd my-app
pnpm i
pnpm start
```

## 相关项目

- [@native-router/react](https://github.com/native-router/react)
- [react-toolroom](https://github.com/wmzy/react-toolroom)

## 参与贡献

欢迎任何形式的贡献。

## 版权声明

[MIT](https://choosealicense.com/licenses/mit/)