soso-tip icon indicating copy to clipboard operation
soso-tip copied to clipboard

๐Ÿฏ์†Œ์†Œํ•œ ํŒ๋“ค๊ณผ ์ •๋ฆฌ, ๋ฒ„๊ทธ ํ•ด๊ฒฐ๊ธฐ๋ฅผ ๋ชจ์•„๋‘๋Š” ๋ ˆํฌ

Results 49 soso-tip issues
Sort by recently updated
recently updated
newest added

https://speakerdeck.com/soyoung210/susuggeggiro-sugseongdoen-banana

๐Ÿค–presentation

https://medium.com/better-programming/12-things-not-to-do-when-building-react-apps-with-redux-3a278705de93

๐Ÿ—ždocs

react router์—์„œ render์™€ component ๋ฐฉ์‹์˜ ์ฐจ์ด

react

## operator ์ด๋ณด๋‹ค ์‰ฝ๊ฒŒ ์„ค๋ช…ํ•  ์ˆ˜๋Š” ์—†๋‹ค.. https://blog.angularindepth.com/learn-to-combine-rxjs-sequences-with-super-intuitive-interactive-diagrams-20fce8e6511 ## Architecture w. RxJS https://medium.com/@thomasburlesonIA/push-based-architectures-with-rxjs-81b327d7c32d

๐Ÿ—ždocs

## Desc `login -> password -> login` ์˜ routing ๊ณผ์ •์—์„œ ํ•ด๋‹น ์ด์Šˆ ๋ฐœ์ƒ . ### โ™ป Env * webpack : 4.29.6 (latest) * html-webpack-plugin : 3.2.0 (latest) * react :...

in progress
webpack

## Desc type safeํ•˜๊ฒŒ redux ๋ฅผ ์‚ฌ์šฉํ•ด๋ณด๊ณ ์ž, [/typesafe-actions](https://github.com/piotrwitek/typesafe-actions) ๋ฅผ ์‚ฌ์šฉํ•˜๋˜ ์ค‘์— ๋งŒ๋‚œ ๋ฒ„๊ทธ. Flux ๊ตฌ์กฐ์—์„œ ๊ถŒ์žฅํ•˜๋Š” `createstandardaction` ์„ ์‚ฌ์šฉํ•˜๊ธฐ๋กœ ํ•จ. https://github.com/piotrwitek/typesafe-actions#createstandardaction > reate an enhanced action-creator compatible with Flux Standard...

TypeScript
redux
in progress

## Desc ```ts action.pipe( ofType(REQUEST), switchMap((action: ChangePasswordAction) => Application.service.requestChangePassword(action.password).pipe( map((res: any) => { console.log('mapppppppppp'); }), ), ), ``` `console` ์ด ์ฐํžˆ์ง€ ์•Š์Œ. requestChangePassword ์ด ๋™์ž‘ํ•˜๋Š”๊ฒƒ์€ ํ™•์ธ..

RxJS

## Desc @babel/preset-env ๋ฅผ ์…‹ํŒ…ํ•ด์ฃผ์—ˆ์ง€๋งŒ, ie ์—์„œ pormise, Symbol error ๋ฐœ์ƒ *`.browserlistrc`* ``` > 1% last 2 versions not ie

pollyfill

## Desc ![image](https://user-images.githubusercontent.com/18658235/55275090-4b5fac00-5324-11e9-94b2-da62651bba0c.png) a tag ์— ํ• ๋‹นํ•œ animation ์ด ์ž‘๋™ํ•˜์ง€ ์•Š์Œ. > ์›๋ž˜ ์•ˆ๋˜๋Š” ๊ฒƒ์ด ๋งž์Œ. inline์—๋Š” animation.. no... ## How To Solve ? `display: inline-block` ## Ref http://blog.cee.moe/why-css-transform-doesnt-work-on-inline-elements.html

css