관리 메뉴

프론트엔드 정복하기

React hook 으로 Global Modal 만들어 보기 본문

React

React hook 으로 Global Modal 만들어 보기

GROWNFRESH 2021. 12. 24. 15:28

https://dev.to/leoarada/recoil-hook-global-514

 

Recoil과 hook으로 global 모달 만들기

최근에 회사에서 material UI를 사용해서 admin 사이트를 개발하고 있다. 백엔드에 api를 연동하기 전에 UI 작업을 하던 중에 모달을 사용하는 일이 많아져서, 글로벌 m...

dev.to

https://www.jayfreestone.com/writing/react-portals-with-hooks/

 

React Portals with Hooks | Jay Freestone

Since [Hooks](https://reactjs.org/docs/hooks-intro.html) have just been introduced into the latest stable build of React, it's a great time to play around with them and think about how previous component structures and paradigms (including classes and HOC'

www.jayfreestone.com

https://github.com/react-component/dialog/blob/master/src/Dialog/index.tsx

 

GitHub - react-component/dialog: React Dialog

React Dialog. Contribute to react-component/dialog development by creating an account on GitHub.

github.com

https://github.com/AhaOfficial/aha-connects-admin/commit/91ed80288b1e40851a558051f4a3f50a11da9359

 

'React' 카테고리의 다른 글

useEffect 내에서 setState 하기  (0) 2022.01.05
Redux Toolkit 사용 방법  (0) 2021.12.24