You have seen what AI can doβ¦ now itβs your turn π
From image creation to writing and music - Soloa.ai has it all.
Why just watch other create when you can make magic too? πͺ
Start now - soloa.ai#soloa#ai#aicreator#funwithai
π’ Need help or want to reach out to Soloa ?
We have made it super easy for you ! π
We have created dedicated support channels to assist you and resolve any issues you may encounter while using Soloa.ai.
Please follow and contact us for any enquiries or complaints through these channels.
#soloa#Soloasupport#customersatisfaction#customersupport#ai#creativetools
Day 12/30 β Next.js Journey
Exploring the difference between useFormStatus and useActionState
πΉ useFormStatus β for form submissions
πΉ useActionState β for any server action
Use pending for form UIs,
Use isPending for broader actions.
#Nextjs#React#WebDev#30DaysOfCode
Day 11/30 β Next.js Journey
Performed CRUD with Prisma SQLite in Next.js π»
πΈ Create
πΈ Read (server components)
πΈ Update
πΈ Delete
Loving the simplicity and type-safety!
#Nextjs#Prisma#SQLite#30DaysOfCode#connect#hiring#frontend
Day 10/30 β Next.js Journey
Explored data fetching in both client and server components.
Found server components more efficient β no need for useEffect or useState, and memoization is naturally better handled.
Less boilerplate, more performance.
#Nextjs#React#30DaysOfCode
Day 9/30 β Next.js Journey
πΉ Worked with client-only code using "use client" directive
πΉ Explored interleaving server and client components
β«οΈ Used server components for data-fetching
β«οΈ Passed props down to client components for interactivity
#Nextjs#frontend#30DaysOfNext
Day 8/30 of my Next.js journey
Focusing on server-only code to keep server logic out of client components.
Using server-only packages to maintain clean boundaries and better security.
#connect#frontend#LearnInPublic#NextJs#React
ππΎ Hey there! I'm Emmanuel, a passionate Frontend Developer on the lookout for Frontend Internship opportunities.
π I build clean, responsive UIs with React, Typescript Tailwind CSS, and more.
π Portfolio: emmanuel-dev-portfolio.verceβ¦#buildinpublic#Internship#frontend#hiring
Day 6/30 β My Next.js Journey
Today I explored middleware using NextResponse
πΉ Set cookies in middleware
πΉ Added custom headers
πΉ Learned about SSR drawbacks and how to fix them
Step by step, getting closer to mastering Next.js!
#Nextjs#30DaysOfCode#buildinpublic
Day 5/30 β Next.js Journey π
Explored API routes with a focus on:
πΉ URL query parameters
πΉ Custom headers
πΉ Cookies (via RequestCookies)
πΉ Redirects using NextResponse.redirect()
πΉ Caching
#Nextjs#webdev#30DaysOfNextjs#connect