Sephirosu / figma-next-tailwind

https://figma-next-tailwind.vercel.app
0 stars 0 forks source link

Never leave just a console log in the "catch" block #17

Open mSenad opened 3 months ago

mSenad commented 3 months ago

https://github.com/Sephirosu/figma-next-tailwind/blob/5c2265816c9ba4c67ab547a2f2959df413e0d4d8/src/components/Category/Category.tsx#L29

We need to think about our users. How they will be communicated once application crashes, stops working or some of the services fails?

To show an error message, show a toast or?

Sephirosu commented 3 months ago

For later after Strapi integration.