Matt Hatchermatthewh.dev·Jul 23, 2023Research & RedwoodJS - Week 2Going into week 2 it was important for me to set my expectations. A lot of what I'll be doing is going to be very "newbie" and reading, which is completely okay. I just needed to understand that there will be no real deliverables this week. Weekly Go...DiscussHAL - Private Discord BotTypeScript
Nick Taylorhashnode.iamdeveloper.com·Jun 25, 2023Yet Another Newsletter LOL: The Great MigrationAnother week, another newsletter. Let’s get to it! Around the Web Looking to build out a dashboard and love React? Maybe Tremor is right up your alley. Curious about a migration from the page router to the new app router in Next.js? Lee Robinson ‘s...DiscussYet Another Newsletter LOLxstate
Kayode Oluwasegunztaff.hashnode.dev·Jun 3, 2023So The Journey Begins - My Startup StoryHi friends 👋🏽. It's been a while since I heard from you. I hope you are doing well and are doing great. Since the last time I wrote here, there have been a lot of interesting things happening to me, both good and otherwise. I wish to write about th...Discuss·10 likes·31 readsStartups
Tobbe Lundbergtlundberg.com·Feb 25, 2023WebSockets in RedwoodJSRealtime/WebSocket support in Redwood has been requested since forever*. For most people, using something like https://pusher.com/channels or https://supabase.com/docs/guides/realtime is the best choice. But I wanted to see if I could roll my own. (*...Discuss·413 readsRedwoodJS
XingXiang Ongxingxiang.hashnode.dev·Jan 25, 2023A junior dev's short review of RedwoodJSIntroduction RedwoodJS is a full-stack framework for building web applications. It offers a powerful set of tools for building both the front end and back end of your application in a single codebase. I got to know about Redwood from watching a video...Discuss·10 likes·142 readsRedwoodJS
Uchenna Emmanueleunit.hashnode.dev·Jan 6, 2023NextJS Vs RedwoodJS -- Which Is Better?NextJS vs. RedwoodJS: Which One is Better Introduction NextJS and RedwoodJS are both popular JavaScript-based web development frameworks. It's natural for developers to want to use the best tools, frameworks, or libraries for their projects. The prim...Discuss·4 likes·75 readsNext.js
Colby M. Whiteedgebound.dev·Sep 11, 2022Redwood's definition of prerender is ... differentHere's what RedwoodJS's latest docs say about prerendering: Redwood currently supports prerendering at build time. So before your deploy your web side, Redwood will render your pages into HTML, and once the JavaScript has been loaded on the browser,...Discuss·62 readsRedwoodJS
Tobbe Lundbergtlundberg.com·Jul 31, 2022Using RedwoodJS as a Static Site GeneratorMy PR for Cell Prerendering recently got merged into the RedwoodJS codebase. It makes it possible to 1. pre-render pages that need URL path parameters, and 2. pre-render pages that uses cells. This combo is super powerful! Let's say you have an e-com...Discuss·396 readsRedwoodJS
Tobbe Lundbergtlundberg.com·Jul 7, 2022Visualizing your Prisma schema in a RedwoodJS projectDo you want to have a visualization of your database models? Using Redwood to build your fullstack application? Then this guide is for you! I'm going to show how easy it is to generate an ER diagram, and keep it updated! We'll be using keonik/prisma-...Discuss·1 like·1.3K readsRedwoodJS
Ejiro ThankGodforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jul 7, 2022Redwood, a new frameworkby Ejiro Thankgod According to its documentation, "Redwood is a full-stack web development framework designed to help you grow from side project to startup." Redwood features an end-to-end development workflow that weaves together the best part of...Discuss·112 readsJavaScript