It's All Writing.

Writing makes you happy.

Entries from 2019-12-01 to 1 month

How to track pageview with Google Analytics in Node app

Environment Node ( TypeScript ) Google Analytics universal-analytics Premise Normally, in order to track pageview with Google Analytics, it is necessary to embed the tracking code in client-side JavaScript and execute it in the browser. Th…

How to share styles at React Native

Environment React Native mobx react-native-extended-stylesheet Code gist.github.com react-native-extended-stylesheet provides EStyleSheet.build which compile variables to reuse any style in EStyleSheet.create. (e.g. $dark087) And by using …

How to access lfs binary files from GitHub Pages

Environment GitHub.com GitHub Pages lfs Premise At the GitHub.com, you can not push large file ( over 50MB ) to remote repository. In this case, you can use lfs to solve this problem as below. ( in your local repository ) $ git lfs install…