-
进阶篇:webpack 构建速度和体积优化策略
06 | 原理篇:通过源码掌握webpack 打包原理
07 | 原理篇:编写 Loader 和插件
08 | 实战篇:React 全家桶 和webpack 开发商城项目
# ☐
扫码试看/订阅
《玩转 webpack》视频课程
## 商城技术栈选型
☆
webpack
## koa MySQL $ ^{®} $
next ## React 全家桶环境搭建
· 初始化项目
npm init -y
· 创建项目目录

## 安装依赖
· 安装 react、react-dom、redux、react-redux
npm i react react-dom react-dom redux react-redux -S
· 安装 @babel/core
npm i @babel/core -D
· 安装 geektime-builder-webpack
npm i geektime-builder-webpack -D
## 创建 actions、reducers、store
· actions 和 reducers
src/actions/ 放置所有的actions、src/reducers
0 码力 |
25 页 |
5.67 MB
| 2 年前 3
-
## REACT HANDBOOK
# Table of Contents
Preface
The React Handbook
Conclusion
## Preface
The React Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic.
In particular, the goal goal is to get you up to speed quickly with React.
This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev.
You can Enjoy!
## The React Handbook
• 1. Introduction to React
• 2. How much JavaScript do you need to know to use React?
• 3. Why should you learn React?
• 4. How to install React
• 5. React Components
•
0 码力 |
31 页 |
1.28 MB
| 2 年前 3
-
## React Native
## tutorialspoint
SIMPLY EASY LEARNING
www.tutorialspoint.com
## About the Tutorial
React Native is a JavaScript framework for building native mobile apps. It uses the React framework This tutorial is designed for JavaScript and React developers who aspire to learn mobile building skills. By following this course, you will expand your React and JavaScript knowledge, learn some concepts familiar with React and have solid JavaScript knowledge. Even if you do not have previous experience with React, you should be able to follow it. In this tutorial, we will explain some fundamental React concepts
0 码力 |
117 页 |
2.60 MB
| 2 年前 3
-
## 使用 React 构建 Flutter 应用
探索新一代渲染技术 Kraken

元彦
https://github.com/yuanyan
FSD 淘系前端团队
## • 2011 - 2013年
• WebQQ
• QQ ac2/p8_1.jpg)

React Native

![Image]

Java / Kotlin
React.js
Rax.js / Vue.js
Dart
JS
Layout XML
VDOM
VDOM
Widget Tree
DOM Tree
Native View Tree (OEM)
0 码力 |
39 页 |
2.13 MB
| 2 年前 3
-
## HOW REACT NATIVE AND NATIVESCRIPT CHANGE YOUR MOBILE STRATEGY SEBASTIAN WITALEC @SEBAWITA

# WHY DO I EVEN HAVE TO CHOOSE CHOOSE?
How React Native and NativeScript Change Your Mobile Strategy
WHAT WE WANT
REALITY
# 早
## Apple Microsoft Microsoft
C SWIFT
JAVA
XAML, C#
XCODE
ECLIPSE
VISUAL STUDIO
MAC OS X
WINDOWS
## 96861a31/p12_1.jpg)
# WHAT ARE MY ALTERNATIVES?
How React Native and NativeScript Change Your Mobile Strategy
## ALTERNATIVES HYBRID
How React Native and NativeScript Change Your Mobile Strategy
![
0 码力 |
61 页 |
4.00 MB
| 2 年前 3
-
进阶篇:webpack 构建速度和体积优化策略
06 | 原理篇:通过源码掌握webpack 打包原理
07 | 原理篇:编写 Loader 和插件
08 | 实战篇:React 全家桶 和webpack 开发商城项目
## ☐ ☐ ☐ ☐
## 扫码试看/订阅 《玩转webpack》
## 初级分析:使用 webpack 内置的 stats
stats: 构建的统计信息 module: 'react',
entry: '//11.url.cn/now/lib/15.1.0/react-with-addons.min.js?_bid=3123',
global: 'React'
},
{
module: 'react-dom',
entry: '//11.url.cn/now/lib/15.1.0/react-dom.min.js?_bid=3123',
global: 'ReactDOM'
}
0 码力 |
36 页 |
8.13 MB
| 2 年前 3
-
进阶篇:webpack 构建速度和体积优化策略
06 | 原理篇:通过源码掌握webpack 打包原理
07 | 原理篇:编写 Loader 和插件
08 | 实战篇:React 全家桶 和webpack 开发商城项目
## 核心概念之 Entry
Entry 用来指定 webpack 的打包入口
## 理解依赖图的含义
![Image](/uploads/documen es
]
]
}
}
## 资源解析:解析 React JSX
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
& cn/now/lib/4/lib.js?_bid=152">