ouyangbin


  • README.md

    published 1.0.9 6 years ago
  • yarn add ts-immutable-json # ts-immutable a simple immutable .d.ts support ## usage ```ts import * as Immutable from "immutable"; import { fromJS, IRecord } from "ts-immutable-json"; interface IUser { _id: string; nickname?: string; age: numbe

    published 1.0.6 5 years ago
  • yarn install mobx-cocos ## 使用说明 ```ts import { observer, render, reactor, react } from "mobx-cocos"; import { action, observable } from "mobx"; class ComponentStore { @observable public array: number[] = [0, 1, 2]; @observable public counter = 0; @o

    published 1.1.4 5 years ago
  • snowflake 现实中很少使用到分布式, 因为最大可以支持1024个进程, 一个小型应用压根不会有部署那么多进程, 所以完全可以讲snowflake作为mysql 单机 ID 生成器

    published 2.0.1 4 years ago
  • mobx for Cocos Creator 3.x

    published 4.0.4 a year ago
  • 支持时钟回拨的snowflake.js

    published 1.1.3 10 months ago