-
Notifications
You must be signed in to change notification settings - Fork 0
Home
khukeke edited this page Dec 9, 2017
·
1 revision
React学习资料+css进阶资料总结
React
- react
- react 中文文档
- react cheatsheets
- awesome-react
- react-demos
- A Compact React Cookbook
- React 入门实例教程
- React 入门教程
- React 和 Webpack 小书
- React.js 最佳实践(2016)_链接修正版
- 精益 React 学习指南 (Lean React)序
- react-ie8
- react-devtools
- react-monocle
- Immutable 详解及 React 中实践
- React-Tutorial-Collect
- 组件间的通信
- React 组件之间如何交流
- react-howto
- webpack + react 优化:缩小js包体积
- 如何十倍提高你的webpack构建效率
- webpack 常用插件
- webpack 插件: html-webpack-plugin
- webpack使用优化(基本篇)
React Router
- react-router
- react-router 官方文档
- react-router 官方文档中文版
- react-router cheatsheets
- React Router 使用教程
- react-router的实现原理
React Redux
- redux
- redux 官方文档
- redux - 官方文档中文版
- Leveling Up with React: Redux
- An Introduction To Redux
- Getting Started with Redux
- Redux 使用说明文档
- 全栈Redux实战
- 解读redux工作原理
- Redux 最佳实践-译
- Redux 介绍
- 利用redux和react-redux去cookie&localStorage进行登录状态验证的实践
- 深入到源码:解读 redux 的设计思路与用法
- redux cheatsheets
- awesome-redux
- redux-devtools
- 《看漫画,学 Redux》 —— A cartoon intro to Redux
- Redux 核心概念
- 数据流管理架构之 Redux 介绍
- 通过三张图了解Redux中的重要概念
- 使用Redux管理你的React应用
- React和Redux的连接react-redux
- redux-saga
- Redux-saga 中文文档
- 掌控 redux 异步
- compose redux sagas
React Router Redux
React AJAX(2016-07-29 14:20)
- request - 11830
- fetch - 9248
- superagent - 8162
- axios - 4997
- isomorphic-fetch - 2582
- reqwest - 1999
- react-refetch - 1964
- fetch-ie8 - 129
- react-ajax - 83
- nattyFetch - 33
- react-superagent - 24
- Fetch API: 异步请求新解决方案
- 【翻译】这个API很“迷人”——(新的Fetch API)
- fetch API 简介
- 传统 Ajax 已死,Fetch 永生
- Promise
- Generator 函数的含义与用法
- async 函数的含义和用法
React Boilerplate(2016-08-02 13:18)
- react-starter-kit - 9702
- react-boilerplate - 8503
- react-redux-universal-hot-example - 6806
- react-redux-starter-kit - 5071
- react-slingshot - 4071
- electron-react-boilerplate - 3225
- frontend-boilerplate - 2784
- react-static-boilerplate - 1537
- universal-react-boilerplate - 808
- react-production-starter - 776
- react-babel-webpack-boilerplate - 610
- redux-easy-boilerplate - 559
- react-static-boilerplate - 12
React Tutorial
- react-redux-links - 2739
- redux-tutorial -2189
- react-router-tutorial - 1400
- react-redux-tutorial - 883
- redux-tutorial-cn - 286
- todo-redux-react-webpack - 50
React UI - Desktop App
- material-ui - 集合 - 17157 ♥
- react-canvas - 8540
- react-bootstrap - 集合 - 6241 ♥
- react-motion - 5199
- react-storybook - 4802
- ant-design - 集合 - 4196 ♥
- react-select - 3774
- react-dnd - 3178
- redux-form - 2666
- elemental - 集合 - 2627
- react-grid-layout - 2123
- react-color - 2040
- react-helmet - 1698
- react-style - 1578
- react-templates - 1483
- react-tween-state - 1437
- rebass - 集合 - 1339
- react-dropzone - 1305
- amazeui-react - 集合 - 971 ♥
- react-ui - 集合 - 825
- react-router-bootstrap - 647
- react-sticky - 293
- react-fa - 229
- react-components - 集合 - 175
- stardust - 86
- tree-view - 80
- material-components - 集合 - 70
- react-component - 集合 - 64
- uxcore - 集合 - 47 ♥
- react-scifi - 35
- dragon-ui - 集合 - 17
- react-custom-scrollbars
React UI - Mobile App
React UI - Client App
React 周边
- Riot.js
- Vue.js
- enzyme - React Test
- Mock.js
- 使用Mock.js进行独立于后端的前端开发
- 致我们终将组件化的Web
- css-modules
- CSS Modules 用法教程
- react-css-modules
- postcss-modules-local-by-default
- React - 极客学院
- React 基础 - 宁浩网
- React - 霹雳渔
SVG
React Native
- webpack
- webpack-howto
- webpack-demos
- webpack-demo
- Webpack 中文指南
- Beginner Webpack Tutorial
- Webpack傻瓜式指南(一)
- Webpack: 为Web开发而生的模块管理器
- awesome-webpack
- webpack 教程资源收集
- Webpack傻瓜式指南
- QQ 音乐技术团队分享之 Webpack 实用技巧高效实战
CSS 发展 | 概念 |
---|---|
基础阶段 | CSS |
预处理阶段 | Less、Sass、Stylus |
后处理阶段 | PostCSS |
CSS 架构 | 概念 |
---|---|
1 级 | DRY CSS |
2 级 | SOLID CSS |
3 级 | SMACSS |
4 级 | OOCSS |
5 级 | BEM |
6 级 | CSS Modules |
每一阶段、级别的产物都可以解决特定的问题,不要跳着阅读哦~