Rob CameronforRedwoodJSredwoodjs.com·Jun 4, 2024Experiments: Rails-like Form HelpersAfter ReactConf 2024 I was inspired by this tweet: https://x.com/chantastic/status/1791531154212033004 In it, Sam Selikoff says that the JS ecosystem has yet to demonstrate the same kind of powerful forms that have been available in Rails since jus...Discussforms
Rob CameronforRedwoodJSredwoodjs.com·Apr 23, 2024Building a new docs site with RSCAs big fans of the dog fooding principle, we want to put RSC through its paces by using it to build more than just a demo app. As Redwood's support for RSC becomes more mature we are going to need to document it with the same attention we pay to the ...Discussexample-app
Rob CameronforRedwoodJSredwoodjs.com·Mar 24, 2024React Server Components Now in RedwoodJSWelcome to the preview of RedwoodJS Bighorn! You may not have realized it, but you’ve been living in the Arapahoe epoch since Redwood v1.0. Bighorn is the next epoch, and will bring a massive change to how apps are built with Redwood: React Server Co...Discussbighorn
Nabil Ridhwanblog.nabilridhwan.com·Feb 19, 2024Migration to Next.js App RouterI made an app called “Musicn”. It’s an app that allows users to discover music and share your music taste with others. Beta version of Musicn It was a pretty old project, with any major change being about 2 years ago. The most significant thing after...DiscussNext.js
Kshitiz Kumarblog.kshitiz.net·Jan 27, 2024A New Mental Model of React 18The journey into React has been quite a ride for me. Back in the day, before the era of React Hooks, mastering the React lifecycle was like navigating through a complex maze. But you know what? I found it intriguing, and it became a part of my coding...Discuss·91 readsReact
Karlkejk.hashnode.dev·Aug 18, 2023Ditching State for searchParams: The Future of Next 13Prerequisites In order to get the most out of this article, you'll need a few things: To be using Next.js 13 or later. To be utilizing the new App Router project structure. To be familiar with React's useState hook, and likely already be using it....Discuss·2 likesNext.js
KENNETH devkenny.hashnode.dev·Mar 21, 2023React Server Components vs Client Components in Next.js: Building High-Performance Web ApplicationsNext.js has become very popular among developers because it helps them make modern, high-performance web apps. In fact, the official documentation for React suggests using Next Js, which is a full-stack React framework that can be used to make simple...Discuss·102 readsNext.js