source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

Migrate out of react-responsive #2967

Closed chownces closed 1 month ago

chownces commented 2 months ago

Consolidating our usage of 3rd party hooks under the mantine hooks library.

react-responsive -> @mantine/hooks https://mantine.dev/hooks/use-media-query/

See #2935

RichDom2185 commented 2 months ago

Marking as important as we should try to minimise our dependencies before attempting to migrate to Vite (which is also marked important, thus this should be too).