KSKeshav Sharmainkeshavsharma.hashnode.dev·Nov 16, 2024 · 4 min readServer Actions in Next.jsNext.js is known for its power and flexibility when it comes to building fast, modern web applications. With Next.js 14, a new feature got introduced that changed the way we thought about server-side logic: Server Actions. What are server actions? Se...00
KSKeshav Sharmainkeshavsharma.hashnode.dev·Jun 29, 2022 · 2 min read'this' in JavaScriptLet's talk about something which is probably one of the most discussed topics of JavaScript - this 🚀 this is a keyword in JavaScript which points to the calling object (the object that a method belongs to) and it is used to access the properties o...01K