bubble-framework / bubble-dashboard

Visual dashboard for Bubble-integrated repositories, built with React, Express, and TailwindCSS.
0 stars 0 forks source link

React Refactoring #14

Open alovegren opened 2 years ago

alovegren commented 2 years ago

Ideally there's not so much prop drilling (passing repos down from App to RepoList)... Probably just a useContext hook will be plenty.

alovegren commented 2 years ago

It would also be nice to be able to close the destroy modal using the ESC key or by clicking outside of the modal. We could use useEffect to attach event handlers with vanilla JS but I'm not sure if there's a better practice for this specific thing.