baymac / baymac.io

⚡️ [WIP] My website with Next.js, CSS, Remark and Vercel.
https://test.baymac.io
0 stars 0 forks source link

Cool things I have built from scratch (or mostly) #93

Open baymac opened 3 years ago

baymac commented 3 years ago

See comments

baymac commented 3 years ago

Snackbar

Function

Toast for API response

Parts

A Snackbar component and an useReset hook to auto hide snackbar after some duration.

More Improvements?

  1. Wrap App with a Snackbar Provider and implement useSnackbar hook instead of adding Snackbar components where required (can also be solved using global state).
  2. Allow stacking of multiple snackbars.
baymac commented 3 years ago

Newsletter

baymac commented 3 years ago

Modal