Open vinceflores opened 10 months ago
I recently started working with NextJS and came across async/await functional components
maybe a snippet like arfce
arfce
For example export default async function Foo() { return await <div></div>; }
For example
export default async function Foo() { return await <div></div>; }
I recently started working with NextJS and came across async/await functional components
maybe a snippet like
arfce