Skip to content

Instantly share code, notes, and snippets.

View orangeflame's full-sized avatar
💭
(╯°Д°)╯︵ ┻━┻

orangeflame orangeflame

💭
(╯°Д°)╯︵ ┻━┻
View GitHub Profile
@orangeflame
orangeflame / Binance FE test
Created February 19, 2020 12:25
Binance FE test
hello
@orangeflame
orangeflame / question.md
Last active January 4, 2019 06:47
Enotra

What is the params receives by mapStateToProps? How to use them? Any performance issues with the codes highlighted?

Any problems with using idx as react-key directly

Could

  const mapDispatchToProps = { requestInfoBegin, switchPair } 

work as well? Why/Why not? If not, how to make it work?

Keybase proof

I hereby claim:

  • I am orangeflame on github.
  • I am orangeflame (https://keybase.io/orangeflame) on keybase.
  • I have a public key ASDJgiDg7UUsu7hK8SS1mby29jNbj3OMjdeY4w730nuCHwo

To claim this, I am signing this object:

@orangeflame
orangeflame / RestAPISampleData.json
Last active April 29, 2019 08:05
Binance FE test(Chinese version)
{"data":[{"symbol":"ETHSGD","quoteAssetName":"SGD","tradedMoney":357.0,"baseAssetUnit":"","baseAssetName":"ETH","baseAsset":"ETH","tickSize":"0.0000001","prevClose":140.0,"activeBuy":0.0,"high":"140.0000000","lastAggTradeId":-1,"low":"140.0000000","matchingUnitType":"STANDARD","close":"140.0000000","quoteAsset":"SGD","productType":null,"active":true,"minTrade":0.01000000,"activeSell":2.55,"withdrawFee":"10","volume":"2.5500000","decimalPlaces":8,"quoteAssetUnit":"","open":"140.0000000","status":"TRADING","minQty":1E-8},{"symbol":"BTCSGD","quoteAssetName":"SGD","tradedMoney":180.6,"baseAssetUnit":"฿","baseAssetName":"Bitcoin","baseAsset":"BTC","tickSize":"0.01","prevClose":53.7,"activeBuy":0.0,"high":"53.70","lastAggTradeId":-1,"low":"1.10","matchingUnitType":"STANDARD","close":"5.00","quoteAsset":"SGD","productType":null,"active":true,"minTrade":0.00000100,"activeSell":57.0,"withdrawFee":"10","volume":"57.00","decimalPlaces":8,"quoteAssetUnit":"","open":"53.70","status":"TRADING","minQty":1E-8}]}
@orangeflame
orangeflame / readme-cn.md
Last active August 23, 2018 14:29
Binance FE test

在这个小测试中,我们希望你做一个自己的数字货币交易所。

技术栈

React 必须

任意一个你喜欢的测试框架 必须

Redux 推荐

SSR 加分项

TypeScript/Flow 加分项