Skip to content

Instantly share code, notes, and snippets.

View Pines-Cheng's full-sized avatar
🎯
Focusing

Pines Pines-Cheng

🎯
Focusing
View GitHub Profile
@Pines-Cheng
Pines-Cheng / machine.js
Created August 18, 2022 08:03
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Pines-Cheng
Pines-Cheng / Taro 5分钟视频讲稿.md
Last active October 12, 2019 09:31
Taro 5分钟视频讲稿

正常人说话的语速一般是 150 个字每分钟

Taro 介绍 (3页PPT)

Taro 是一套遵循 React 语法规范的 多端开发 解决方案。

使用 Taro,我们可以只书写一套代码,再通过 Taro 的编译工具,将源代码分别编译出可以在不同端(包括 微信_百度_支付宝_字节跳动_QQ小程序、H5、React-Native 、快应用)运行的代码,做到「一处代码,多处运行」。

全端 Demo 视频演示

Taro 从 2018 年 6 月开源以来受到社区的广泛关注,现已拥有 2W+ Star,5000+ Commits,200+ 贡献者,推出了 Taro-UI 、Taro 论坛以及 Taro 物料市场等一系列周边及生态。

<html lang="en" class="gr__nervjs_github_io">
<head>
<style>#back-to-top {
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
bottom: 20px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);