Skip to content

Latest commit

 

History

History
123 lines (95 loc) · 4.57 KB

File metadata and controls

123 lines (95 loc) · 4.57 KB

#MEX

spinner or loader

Router v.4

transitions

- https://medium.com/appifycanada/animations-with-reacttransitiongroup-4972ad7da286
- https://medium.com/appifycanada/reusing-reacttransitiongroup-animations-with-higher-order-components-1e7043451f91

TweenMax

- https://github.com/azazdeaz/react-gsap-enhancer#demos

AJAX widt AXIOS

- https://velopert.com/1552

JSON server

- https://jsonplaceholder.typicode.com/
- npm install -g json-server

- https://github.com/typicode/json-server
- $ json-server --watch db.json
- 포트 변경 실행 : $ json-server --watch db.json --port 3004
Create a db.json file

{
  "posts": [
    { "id": 1, "title": "json-server", "author": "typicode" }
  ],
  "comments": [
    { "id": 1, "body": "some comment", "postId": 1 }
  ],
  "profile": { "name": "typicode" }
}
Now if you go to http://localhost:3004/posts/1, you'll get

graphQL

- tutorial : https://medium.com/react-weekly/implementing-graphql-in-your-redux-app-dad7acf39e1b
- 이미 구현 된 redux에 적용하는 방법을 위에서 설명 함

scroll box

react motion

d3 svg

GLOBE 3D

지도관련

Chart

써클 그라디언트 주기

zoom

influxdb

: $ CREATE DATABASE foodb : $ use foodb : $ SHOW FIELD KEYS;

curl -X POST "https://mexdemo.ctrl.mobiledgex.net:36001/show/operator" -H "accept: application/json" -H "Content-Type: application/json" --cacert mex-ca.crt --key mex-client.key --cert mex-client.crt

React 최적화방안

react drag rect zoom

Timeline horizontal

Tabulator

Dual list box

dendrogram ( n to n connectivity) sanky diagram