react-media-all
ksj8367@gmail.com)
Author - Sangheon Kim(Version - 1.0.9
Installing
NPM
$ npm i react-media-all
Yarn
$ yarn add react-media-all
Usage
index.tsx
// index.tsx ;;;;;; ReactDOM;
App.tsx
코드를 붙여주세요. 자신이 원하는 디바이스 사이즈를 지정하여 widthObj 작성 후, ChangeMedia 컴포넌트안에 props값으로 전달해줍니다.
(Please put the code on it. Create wideObj by specifying the device size you want. Passes to the Props value in the ChangeMedia component.)
// App.tsx;;;; { const widthObj: any = pc: 1025 tb: 768 ph: 767 ; return <ChangeMedia widthObj=widthObj> <h2>Counter</h2> <Counter /> </ChangeMedia> ;} ;
- getState("device") 한 값을 기반으로 변수에 할당해주고 기호에 맞게 사용하시면됩니다.
(Assign it to a variable based on getState ("device") value and use it to your liking.)
;; const Counter = { const device = ; return <div> device === "p" && <span>pc</span> device === "t" && <span>tablet</span> device === "m" && <span>mobile</span> </div> ;}; ;
Version Management
v1.0.0
- init Config
v1.0~
- Edit Jest, ts-jest Version(25.2.4 -> 24.3.1)(v1.0.1)
- Edit Bug (export Variable)(v1.0.2)
- Provider export(v1.0.3)
- deploy after build (v1.0.4)
- debug (v1.0.5)
- add Readme File (v1.0.6)
- Edit return device name(v1.0.6)
- Edit README file(v1.0.7)
- Edit Search Tag (v1.0.8)
- Edit README FILE (to Change Homepage URL)
- Edit .gitignore File(Add yarn.lock)