ReactでダイアログにURLを与える
#React #宣言的UIの設計レシピ #Navigation_State #TODO
https://www.notion.so/scrapbox-b561610d3e4e4f6abe56ef873e76c19a#2cd990b3212d47968f382a03af7e4bee
#Next.js
Shared ComponentsやIntercepting Routesでスマートに実現できる
例
https://github.com/vercel-labs/nextgram
This is a sample Next.js application that takes advantage of the advanced routing capabilities.
The photo route can be attached to two distinct components:
When navigating within the application, it is rendered as a modal
When the page is refreshed, it is rendered as a standalone page
モーダルの開閉状態を URL で管理する