# awesome-code **Repository Path**: mr03/awesome-code ## Basic Information - **Project Name**: awesome-code - **Description**: Awesome In Code - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awesome-code Awesome In Code ## React ### React 文档 - [官方文档](https://reactjs.org) - [中文文档一](https://zh-hans.reactjs.org) - [中文文档二](https://react.docschina.org) - [中文文档三](http://react.html.cn) ### React 资源 - [Create React App](https://create-react-app.dev) - Set up a modern web app by running one command. - [awesome-react](https://github.com/enaqx/awesome-react) - A collection of awesome things regarding React ecosystem ### React 推荐库 - [react-router](https://reacttraining.com/react-router) - [react-lazyload](https://github.com/twobin/react-lazyload) - 懒加载 ### React 常用库 - [reconnecting-websocket](https://github.com/pladaria/reconnecting-websocket) 让 websocket 重新连接,cool - [braft-editor](https://github.com/margox/braft-editor) 富文本编辑器 ### React 备用库 ## React Native ### React Native 文档 - [官方文档](https://reactnative.dev/) - [中文文档](https://reactnative.cn/) - React Native 中文网 ### React Native 资源 - [awesome-react-native](https://github.com/jondot/awesome-react-native) - [awesome-reactnative-ui](https://github.com/madhavanmalolan/awesome-reactnative-ui) - [react-native-guide](https://github.com/reactnativecn/react-native-guide/) - 汇集 React-Native 各类学习资源 - [Expo](https://docs.expo.io/) - Expo 是通用 React 应用程序的框架和平台。它是一组围绕 react-native 和原生平台构建的功能,工具和服务,可以让你用同样的 JS/TS 代码,在 iOS、 Android 和 web 应用程序上开发、构建、部署和快速迭代。(个人还是倾向于本地打包的开发方式) - [js.coach](https://js.coach/) - JavaScript 包搜索工具,可以找到许多 React/React Native/Webpack 等当下流行 JS 技术栈的扩展。 ### React Native 推荐库 推荐在开发中使用的库,原则上更新频繁,测试 React Native 最新版兼容 - [react-native-template-typescript](https://github.com/react-native-community/react-native-template-typescript) - 初始化 Typescript 的 react-naitve 项目,超棒 - [react-navigation](https://reactnavigation.org/) - [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) - [react-native-netinfo](https://github.com/react-native-community/react-native-netinfo) - React Native Network Info API for Android & iOS - [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) - [react-native-gesture-handler 文档](https://software-mansion.github.io/react-native-gesture-handler/) - [react-native-toast-hybrid](https://github.com/listenzz/react-native-toast-hybrid) - 跨平台的有图标提示的 toast 组件 ### React Native 常用库 开发中根据需要常用到的库,原则上不能太久不更新,测试 React Native 最新版兼容 - [react-native-pushy](https://github.com/reactnativecn/react-native-pushy) - ReactNative 中文网推出的代码热更新服务 - [react-native-geolocation-service](https://github.com/Agontuk/react-native-geolocation-service) - 修复使用 react-native 的 Geolocation API 时 android 上的超时问题 - [react-native-audio-toolkit](https://github.com/react-native-community/react-native-audio-toolkit) - Cross-platform audio library for React Native - [react-native-notifier](https://github.com/seniv/react-native-notifier) - 很不错的应用内通知组件 ### React Native 备用库 如有必须,可以使用的库,测试 React Native 最新版兼容,因为有些库很久不再更新了 - [react-native-picker-select](https://github.com/lawnstarter/react-native-picker-select) - [react-navigation-backhandler](https://github.com/vonovak/react-navigation-backhandler) - 在使用 React Navigation 时处理后退键的库,后来看了源码挺简单的,基本和文档差不多,自己写一个也行,用这个也行 - [react-native-tree-select](https://github.com/suwu150/react-native-tree-select) - 树形选择组件 - [react-native-helpers](https://github.com/WrathChaos/react-native-helpers) - 辅助工具,简练但是有用,看看代码就行 ### React Native 推荐项目 - [MohGovIL](https://github.com/MohGovIL/hamagen-react-native) - 以色列卫生部的 COVID-19 暴露预防应用程序,aha... ## CSS preProcessor - [LESS](http://lesscss.org) ## ESLint - [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) - airbnb's ESLint config with TypeScript support ## Jest - [官方文档](https://jestjs.io) ## Other - [prettier](https://github.com/prettier/prettier) - [babel-plugin-import](https://github.com/ant-design/babel-plugin-import) ## 标准和规范 - [WHATWG community](https://whatwg.org) - [WHATWG HTML Living Standard](https://html.spec.whatwg.org/multipage) - [WHATWG DOM Living Standard](https://dom.spec.whatwg.org)