Category: react

The joy of full-stack, AI-first Next.js

January 10, 2024 By Mark Otto 0

▶  React Server Components From Scratch — “Alright, let’s build React Server Components totally from scratch.” Right from nothing, through building a simple Node-based server and working out from there. Ben is very engaging and does a great job of explaining things. Ben Holmes 💡 Josh W…

What powers a modern React-based blog in 2024

January 3, 2024 By Mark Otto 0

We’re back, and ready for 2024. Things are slightly different this week as we conclude our 2023 roundup with a look back at the most popular code and tools related items from last year, but we have a few new bits and pieces up top…

React templates December 2023 Update

December 28, 2023 By Mark Otto Off

If you are building an admin panel, CRM, CMS, internal tool, ERP, or other data management app – we guarantee there is no faster way other than Flatlogic to deliver full-stack web apps! Schedule a call with our team to leverage the experience of the…

The top React articles of 2023

December 20, 2023 By Mark Otto 0

🎄 Before we take a week off for Christmas, we usually do a ‘best of 2023’ issue to revisit the most popular items of the year. This year, we’re doing things a little differently and splitting up the roundup between this issue and next 🙂…

Storybook gets on board with RSCs

December 13, 2023 By Mark Otto 0

React Tricks: Fast, Fit and Fun — The developer of Wouter, a minimal hook-based router for React apps, explains some of the ‘tricks and hacks’ he’s used while maintaining the library, complete with some neat interactive demos. Alexey Taktarov Storybook Adds Support for React Server Components…

Meta opens up Facebook’s styling solution

December 6, 2023 By Mark Otto 0

StyleX: Meta’s Web Styling System — A newly open sourced “CSS-in-JS” library from Meta made up of a JavaScript syntax and compiler for styling web apps. It’s not exclusively for React, but React is a natural fit given it was built for Facebook. Jack Herrington…

AWS vs Vercel for hosting Next.js apps

November 29, 2023 By Mark Otto 0

Tamagui: A UI Kit Unifying React Native and Web — A complete UI solution for cross-platform React apps (web and native) using highly platform-optimized output by way of a smart compiler. It might give you Tailwind CSS vibes, but goes well beyond that. Nate Weinert How Web…

AWS Amplify loves Next.js too

November 22, 2023 By Mark Otto 0

Building Fast Next.js Apps using TypeScript and AWS Amplify JavaScript V6 — If you’ve been wondering if you can deploy modern Next.js apps anywhere other than Vercel, AWS Amplify is keen to enter the chat. Amplify is essentially a packaging up of AWS services into a…

Why one team moved back to React from Preact

November 15, 2023 By Mark Otto 0

Datasheet Grid: An Airtable-like Grid Component — If you’ve got an array of objects and you want a way for users to manipulate them, this is for you. It’s not going to replace a spreadsheet or an extensive data grid framework, but it’s a good,…

Say hello to source maps in prod

November 8, 2023 By Mark Otto 0

Headless Component: A Pattern for Composing React UIs — Posting on the Martin Fowler blog, an engineer at Atlassian takes us on a (very) practical journey into the concept of headless components and the pattern of having reusable logic and behavior separate from the presentation…