# 2019.07.18

[新闻] RN 转小程序引擎 Alita V1.1.0 发布,这个思路有点厉害,文档中讲清楚了 Taro 的一个缺陷问题,很棒:https://juejin.im/post/5d2fdf9751882569b34df358 (opens new window)

[新闻] Leetcode 有多线程同步的题了:https://leetcode.com/problemset/concurrency/ (opens new window)

[类库] 图片弹层查看插件,不依赖其它类库,1.8W 了才知道:https://github.com/dimsemenov/PhotoSwipe (opens new window)

[类库] Vue 的一个组件库,主要控制 CSS Grid 网格布局的,其中 vue-cell 的 width 属性比较魔性 :https://github.com/1000ch/vue-grd (opens new window)

[工具] 中国家庭关系称谓很麻烦,所以这个作者就开发了一个家庭关系称呼查讯工具,,牛啊:https://justyy.com/archives/3418 (opens new window)

# 配图 - RN 转小程序引擎 Alita

# 配图 - 家庭关系称呼查讯

# 示例 - demoboard

<template>
  <vue-grid align="stretch" justify="start">
    <vue-cell width="fill">fill</vue-cell>
    <vue-cell width="3of12">3of12</vue-cell>
    <vue-cell width="3of12">3of12</vue-cell>
  </vue-grid>
</template>

<script>
import { VueGrid, VueCell } from 'vue-grd';

export default {
  components: {
    VueGrid,
    VueCell
  }
};
</script>

# 今日图 - 只会写 hello world 的你

Last Updated: 7/25/2019, 5:13:50 PM