微信小程序尝试

最近得空尝试了下微信小程序的开发。初衷是想做一个微信小游戏,分享给周围的朋友玩,可是发现小游戏版本已经有一段时间不更新了,并且开发了两天后发现并没有太多的技术收...

5min read

Implement Undo/Redo With Mobx In React

In one of my React project with three.js, I chose MobX as my state management over Redux, mostly because I found it difficult to deal immutability with three.js. However, mutability brings difficulties in the history management. I spent much effort...

3min read

Customize CSS Class In React-Bootstrap Under CSS-Modules

For a quick start, I used electron-react-boilerplate as the basis for developing my tiny smart-todo app, which however brought me some trouble with css class names....

2min read