Re-usable ♻️ Beautiful 🌟 Efficient 💡Human 🫂
https://blufra.me
https://github.com/bluframe
#React #Next.js #GraphQL #Typescript
THAT is a lot of fun to configure with Jest! 😀
THAT is a lot of fun to configure with Jest! 😀
* keep it in the file where it is needed first and then from other files do import { HomeVideoReview } from "components/HomeVideoReview"
* keep it in "/types" if it is reused A LOT 😀
* keep it in the file where it is needed first and then from other files do import { HomeVideoReview } from "components/HomeVideoReview"
* keep it in "/types" if it is reused A LOT 😀
That way for the other packages - say a Next.js frontend - we just import { Carousel } from "@bluframe/site-ui" and we have our type available for us
That way for the other packages - say a Next.js frontend - we just import { Carousel } from "@bluframe/site-ui" and we have our type available for us