sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.1k stars 731 forks source link

reduces lines of code by using react given types for childrens #76

Closed me-imfhd closed 10 months ago

me-imfhd commented 10 months ago

Earlier interfaces were created for just allowing chlidren to be used, but react has this pre defined type know as PropsWithChildren that already does that for us as you can check in the below image image

vercel[bot] commented 10 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @sadmann7 on Vercel.

@sadmann7 first needs to authorize it.

sadmann7 commented 10 months ago

thanks