#serveractions ผลการค้นหา

This was necessary! 😕💻💊 #nextjs #serveractions

syndgofficial's tweet image. This was necessary! 😕💻💊

#nextjs #serveractions

Week 5 of 8 [web-development] 🔹 Server Actions – Handle form submissions directly on the server 🔹 Validation -Check form data 🔹 Response -Return back to the UI 🔹 Contact Form – working example with server logic #ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode

BH_codes's tweet image. Week 5 of 8 [web-development]

🔹 Server Actions – Handle form submissions directly on the server

🔹 Validation -Check form data

🔹 Response -Return back to the UI

🔹 Contact Form – working example with server logic
#ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode
BH_codes's tweet image. Week 5 of 8 [web-development]

🔹 Server Actions – Handle form submissions directly on the server

🔹 Validation -Check form data

🔹 Response -Return back to the UI

🔹 Contact Form – working example with server logic
#ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode

If Regueton had source code it would look like this #ServerActions

jpmir's tweet image. If Regueton had source code it would look like this #ServerActions

@jsmasterypro I'm working on a project which I deployed on vercel and I got this error ```An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive detail...``` Is there a workaround it #serveractions


For those of you saying SQL is directly exposed to the client, please understand server components and server actions correctly from the docs. And the fact everyone is worried about SQL injection should go learn about tagged template literals #nextjs14 #serveractions

_nikhilsnayak_'s tweet image. For those of you saying SQL is directly exposed to the client, please understand server components and server actions correctly from the docs. And the fact everyone is worried about SQL injection should go learn about tagged template literals #nextjs14 #serveractions

i converted our whole app to @nextjs server actions today and oh man it does not get much more performant than this #nextjs #serveractions #buildinpublic


Day 28/100 of #100daysofcode Refactoring from tRPC to server actions complete. #NextJS15 #ServerActions

theorcdev's tweet image. Day 28/100 of #100daysofcode             

Refactoring from tRPC to server actions complete.

#NextJS15 #ServerActions

i swear, #Nextjs #ServerActions just keeps getting better and better with each update. I honestly cant think of a reason to use #REDUX anymore. when im completely done with my project using it, ill upload it to github. been a WILD ride Lol

SamMAVRS's tweet image. i swear, #Nextjs #ServerActions just keeps getting better and better with each update. I honestly cant think of a reason to use #REDUX anymore.

when im completely done with my project using it, ill upload it to github. been a WILD ride Lol

Just dove into React's new Form Actions! They simplify form logic by running functions directly on the server, making forms work seamlessly even without JavaScript. Handling submissions and validation has never been cleaner. #React #ServerActions #WebDev


🚀 Built a blog app today using Next.js Server Actions! Completed full CRUD operations with an admin dashboard for managing posts. Tech stack: Next.js, TypeScript, Prisma, PostgreSQL, ShadCN UI, Tailwind CSS. #Nextjs #ServerActions #FullStack #WebDev #BlogApp

SinghNecoder's tweet image. 🚀 Built a blog app today using Next.js Server Actions!
Completed full CRUD operations with an admin dashboard for managing posts.
Tech stack: Next.js, TypeScript, Prisma, PostgreSQL, ShadCN UI, Tailwind CSS.

#Nextjs #ServerActions #FullStack #WebDev #BlogApp

🤯 Mind-blown: With @nextjs #ServerActions, you can easily return partial JSX directly from the server! 🙌


Easy way to record data in the database using server actions in NextJs youtube.com/watch?v=UTJT0B… #nextjs #serveractions #webdevelopment


Next.js just levelled up. 🚀 📌 Say goodbye to bloated APIs 💡 Hello, Server Actions Handle form data, database logic & more—directly from your components 🔥 By @StaticMania #Nextjs #React #ServerActions #WebDev

heystaticmania's tweet image. Next.js just levelled up. 🚀

📌 Say goodbye to bloated APIs
💡 Hello, Server Actions
Handle form data, database logic & more—directly from your components 🔥

By @StaticMania
#Nextjs #React #ServerActions #WebDev

Just dove into React's new Form Actions! They simplify form logic by running functions directly on the server, making forms work seamlessly even without JavaScript. Handling submissions and validation has never been cleaner. #React #ServerActions #WebDev


Week 5 of 8 [web-development] 🔹 Server Actions – Handle form submissions directly on the server 🔹 Validation -Check form data 🔹 Response -Return back to the UI 🔹 Contact Form – working example with server logic #ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode

BH_codes's tweet image. Week 5 of 8 [web-development]

🔹 Server Actions – Handle form submissions directly on the server

🔹 Validation -Check form data

🔹 Response -Return back to the UI

🔹 Contact Form – working example with server logic
#ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode
BH_codes's tweet image. Week 5 of 8 [web-development]

🔹 Server Actions – Handle form submissions directly on the server

🔹 Validation -Check form data

🔹 Response -Return back to the UI

🔹 Contact Form – working example with server logic
#ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode

🚀 Why it matters: • Your page stays consistent with server-side changes. • Fresh data streams immediately after your action completes—no manual router.refresh() needed. • Users get snappy UI updates without a full reload. #NextJS #AppRouter #ServerActions #RSC #Caching


🔄 Next.js Server Actions: How They Trigger Fast RSC Rebuilds & UI Refresh! ✨ Following up on our last tip about cookies.set()/cookies.delete() auto-invalidating the Router Cache… #NextJS #AppRouter #ServerActions #RSC #Caching #WebDev


🚀 Built a blog app today using Next.js Server Actions! Completed full CRUD operations with an admin dashboard for managing posts. Tech stack: Next.js, TypeScript, Prisma, PostgreSQL, ShadCN UI, Tailwind CSS. #Nextjs #ServerActions #FullStack #WebDev #BlogApp

SinghNecoder's tweet image. 🚀 Built a blog app today using Next.js Server Actions!
Completed full CRUD operations with an admin dashboard for managing posts.
Tech stack: Next.js, TypeScript, Prisma, PostgreSQL, ShadCN UI, Tailwind CSS.

#Nextjs #ServerActions #FullStack #WebDev #BlogApp

Next.js just levelled up. 🚀 📌 Say goodbye to bloated APIs 💡 Hello, Server Actions Handle form data, database logic & more—directly from your components 🔥 By @StaticMania #Nextjs #React #ServerActions #WebDev

heystaticmania's tweet image. Next.js just levelled up. 🚀

📌 Say goodbye to bloated APIs
💡 Hello, Server Actions
Handle form data, database logic & more—directly from your components 🔥

By @StaticMania
#Nextjs #React #ServerActions #WebDev

I made a fake ecommerce website to test the latest features of Next.js 15 (React Server Components, Server actions, Partial Prerendering ...). #nextjs #reactjs #serveractions #reactservercomponents Link to article explaining the project in comments 💬 thefakeshop.vercel.app

thefakeshop.vercel.app

FakeShop - by topheman

A demo e-commerce site built with Next.js 15 latest features


🚀 Master Next.js Server Actions! Learn how to use them efficiently with TypeScript, avoid edge cases & boost performance. If you’re building with Next.js, this is a must-read! 📖 jwaran78.medium.com/deep-dive-into… #Nextjs #ServerActions #WebDev #TypeScript


i converted our whole app to @nextjs server actions today and oh man it does not get much more performant than this #nextjs #serveractions #buildinpublic


🚀La próxima semana se actualizará gratuitamente el curso de #Astro con los #ServerActions en canal estable y el reemplazo de AstroStudio por #Turso 🧑🏻‍🚀Como sabemos que no todos usarán Turso en sus proyectos: también añadiremos unas secciones adicionales con #PostgreSQL y #Prisma

DevTalles's tweet image. 🚀La próxima semana se actualizará gratuitamente el curso de #Astro con los #ServerActions en canal estable y el reemplazo de AstroStudio por #Turso

🧑🏻‍🚀Como sabemos que no todos usarán Turso en sus proyectos: también añadiremos unas secciones adicionales con #PostgreSQL y #Prisma

Day 28/100 of #100daysofcode Refactoring from tRPC to server actions complete. #NextJS15 #ServerActions

theorcdev's tweet image. Day 28/100 of #100daysofcode             

Refactoring from tRPC to server actions complete.

#NextJS15 #ServerActions

🤔 Curious about when to use Server Actions in Next.js 14? Read @yohlb's blog! Discover how Server Actions can optimize your app's performance and manage sensitive data. Learn more here 👉 yohanlb.hashnode.dev/when-should-i-… #NextJS #WebDev #ServerActions #React


🌐 Balancing Server Actions and API routes in Next.js! Server Actions simplify data handling in components, while API routes excel in complex back-end interactions and external clients. Choose the right tool for your needs! 🛠️ #NextJS #ServerActions #APIRoutes


This was necessary! 😕💻💊 #nextjs #serveractions

syndgofficial's tweet image. This was necessary! 😕💻💊

#nextjs #serveractions

Week 5 of 8 [web-development] 🔹 Server Actions – Handle form submissions directly on the server 🔹 Validation -Check form data 🔹 Response -Return back to the UI 🔹 Contact Form – working example with server logic #ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode

BH_codes's tweet image. Week 5 of 8 [web-development]

🔹 Server Actions – Handle form submissions directly on the server

🔹 Validation -Check form data

🔹 Response -Return back to the UI

🔹 Contact Form – working example with server logic
#ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode
BH_codes's tweet image. Week 5 of 8 [web-development]

🔹 Server Actions – Handle form submissions directly on the server

🔹 Validation -Check form data

🔹 Response -Return back to the UI

🔹 Contact Form – working example with server logic
#ReactJS #WebDev #ServerActions #indiedev #100DaysOfCode

If Regueton had source code it would look like this #ServerActions

jpmir's tweet image. If Regueton had source code it would look like this #ServerActions

i swear, #Nextjs #ServerActions just keeps getting better and better with each update. I honestly cant think of a reason to use #REDUX anymore. when im completely done with my project using it, ill upload it to github. been a WILD ride Lol

SamMAVRS's tweet image. i swear, #Nextjs #ServerActions just keeps getting better and better with each update. I honestly cant think of a reason to use #REDUX anymore.

when im completely done with my project using it, ill upload it to github. been a WILD ride Lol

For those of you saying SQL is directly exposed to the client, please understand server components and server actions correctly from the docs. And the fact everyone is worried about SQL injection should go learn about tagged template literals #nextjs14 #serveractions

_nikhilsnayak_'s tweet image. For those of you saying SQL is directly exposed to the client, please understand server components and server actions correctly from the docs. And the fact everyone is worried about SQL injection should go learn about tagged template literals #nextjs14 #serveractions

Day 28/100 of #100daysofcode Refactoring from tRPC to server actions complete. #NextJS15 #ServerActions

theorcdev's tweet image. Day 28/100 of #100daysofcode             

Refactoring from tRPC to server actions complete.

#NextJS15 #ServerActions

Next.js just levelled up. 🚀 📌 Say goodbye to bloated APIs 💡 Hello, Server Actions Handle form data, database logic & more—directly from your components 🔥 By @StaticMania #Nextjs #React #ServerActions #WebDev

heystaticmania's tweet image. Next.js just levelled up. 🚀

📌 Say goodbye to bloated APIs
💡 Hello, Server Actions
Handle form data, database logic & more—directly from your components 🔥

By @StaticMania
#Nextjs #React #ServerActions #WebDev

🚀La próxima semana se actualizará gratuitamente el curso de #Astro con los #ServerActions en canal estable y el reemplazo de AstroStudio por #Turso 🧑🏻‍🚀Como sabemos que no todos usarán Turso en sus proyectos: también añadiremos unas secciones adicionales con #PostgreSQL y #Prisma

DevTalles's tweet image. 🚀La próxima semana se actualizará gratuitamente el curso de #Astro con los #ServerActions en canal estable y el reemplazo de AstroStudio por #Turso

🧑🏻‍🚀Como sabemos que no todos usarán Turso en sus proyectos: también añadiremos unas secciones adicionales con #PostgreSQL y #Prisma

The new frontend development way 😂 "who needs server components?" Starring @tomasz_ducin #jspolandconf #js #serveractions

arqex's tweet image. The new frontend development way 😂   "who needs server components?" Starring @tomasz_ducin #jspolandconf #js #serveractions

👨🏻‍🚀 ¡Actualizado el curso en construcción: #Astro - Framework para webs orientadas a contenido! 🆙Sección 11: #ServerActions - Funciones de #Blog - Likes #Counter 🚀 Obtén Acceso Anticipado al curso con tu Suscripción PRO, desde tu portal de estudiante o: cursos.devtalles.com/courses/Astro#…

DevTalles's tweet image. 👨🏻‍🚀 ¡Actualizado el curso en construcción: #Astro - Framework para webs orientadas a contenido!

🆙Sección 11: #ServerActions - Funciones de #Blog - Likes #Counter

🚀 Obtén Acceso Anticipado al curso con tu Suscripción PRO, desde tu portal de estudiante o: cursos.devtalles.com/courses/Astro#…

🖥️¡Actualizado el curso en construcción: #NextJS! 🆙Sección 11: #ServerActions - Optimistic Updates 🚀Se re-grabó completa debido a las novedades recientes y cambios del framework; obtén Acceso Anticipado al curso con una Suscripción DevTalles PRO, o en: cursos.devtalles.com/courses/nextjs…

DevTalles's tweet image. 🖥️¡Actualizado el curso en construcción: #NextJS!

🆙Sección 11: #ServerActions - Optimistic Updates

🚀Se re-grabó completa debido a las novedades recientes y cambios del framework; obtén Acceso Anticipado al curso con una Suscripción DevTalles PRO, o en: cursos.devtalles.com/courses/nextjs…

🚀 Built a blog app today using Next.js Server Actions! Completed full CRUD operations with an admin dashboard for managing posts. Tech stack: Next.js, TypeScript, Prisma, PostgreSQL, ShadCN UI, Tailwind CSS. #Nextjs #ServerActions #FullStack #WebDev #BlogApp

SinghNecoder's tweet image. 🚀 Built a blog app today using Next.js Server Actions!
Completed full CRUD operations with an admin dashboard for managing posts.
Tech stack: Next.js, TypeScript, Prisma, PostgreSQL, ShadCN UI, Tailwind CSS.

#Nextjs #ServerActions #FullStack #WebDev #BlogApp

Started #100daysofcode on @Unstop_World 1. Solved 4 questions on unstopping coding practice 2. completed the daily challenge on @LeetCode 3. I also worked on my application and integrated Gemini chatbot and was able to send requests to Gemini API using #serveractions in @nextjs

exploringengin1's tweet image. Started #100daysofcode on @Unstop_World 
1. Solved 4 questions on unstopping coding practice
2. completed the daily challenge on @LeetCode 
3. I also worked on my application and integrated Gemini chatbot and was able to send requests to Gemini API using #serveractions in @nextjs
exploringengin1's tweet image. Started #100daysofcode on @Unstop_World 
1. Solved 4 questions on unstopping coding practice
2. completed the daily challenge on @LeetCode 
3. I also worked on my application and integrated Gemini chatbot and was able to send requests to Gemini API using #serveractions in @nextjs
exploringengin1's tweet image. Started #100daysofcode on @Unstop_World 
1. Solved 4 questions on unstopping coding practice
2. completed the daily challenge on @LeetCode 
3. I also worked on my application and integrated Gemini chatbot and was able to send requests to Gemini API using #serveractions in @nextjs

These are the main take takeaways from Next.js Conf: Introducing Server Actions in Next.js 14! No more manual creation of API Routes. Define a function that runs securely on the server, right from your React components. #NextJS14 #ServerActions Watch it: nextjs.org/conf/stage/j

thematheusmello's tweet image. These are the main take takeaways from Next.js Conf:
Introducing Server Actions in Next.js 14! No more manual creation of API Routes. Define a function that runs securely on the server, right from your React components. #NextJS14 #ServerActions
Watch it: nextjs.org/conf/stage/j

🚀 Unlock Real-Time Magic! ⚡️💼 With Server Actions in Next.js 13, build blazing-fast apps! Seamlessly communicate between client & server, optimize performance, and deliver dynamic user experiences. 🌐💪 #NextJS13 #ServerActions #WebDev 🔥🌈

webdevpratham's tweet image. 🚀 Unlock Real-Time Magic! ⚡️💼 With Server Actions in Next.js 13, build blazing-fast apps! Seamlessly communicate between client & server, optimize performance, and deliver dynamic user experiences.  🌐💪 #NextJS13 #ServerActions #WebDev 🔥🌈

Loading...

Something went wrong.


Something went wrong.


United States Trends