Become a member
Sign in
Young joking
Young joking

Young joking

1 Following
6 Followers
  • Profile

Latest

Young joking
Young joking
Nov 2 · 2 min read

Three typescript plugins for working better with styled-components, react-loadable

All three components provide the babel plugin to support js compilation, but none of them provide TypeScript related…

Young joking
Young joking
Jul 18 · 3 min read

dpdm — A robust tool to find out circular dependencies in your JavaScript/TypeScript project

6

Young joking
Young joking
Aug 21, 2018 · 1 min read

Magic constants for TypeScript like it in PHP

PHP contains some useful magic constants just like __CLASS__, __METHOD__, __FUNCTION__, etc. But it is not supported in native TypeScript. Now there is a plugin for TypeScript to do that, which is called as typescript-magic-variable-plugin

Young joking
Young joking
Feb 9, 2018 · 2 min read

mobx-sync — a better library to persist your mobx stores

Some times we need to persist(serialize) mobx stores to storage automatically, and auto load it when the application is restarted. It is used for web applications to persist stores to localStorage/sessionStorage or react-native…

181

1 response
Young joking
Young joking
Oct 14, 2017 · 2 min read

talib-binding: A synchronous TA-Lib bindings for Node.js

TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data. Includes 200 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands etc…And supports multiple languages…

103

3 responses