Vercel Cron Jobs, Remixing Shopify, and Resilient Relay Apps
They created this Deployment Milestone Checklist to help your team gradually go from zero to one hundred deployments a day with a series of achievable tasks.
Lee Robinson shared the news on Twitter, along with a screenshot of a Vercel Serverless Function which exports a configuration option that takes a cron expression.
Fresh off Shopify's acquisition of Remix, the Hydrogen team just announced that they'll be partnering with the Remix team to rewrite Hydrogen from the ground up in Remix.
Notable changes include a v1 Release Candidate of the expo-image
component, EAS Build M1 workers as the default for iOS builds, and Hermes as the default JavaScript engine.
Ernie Turner is Staff Engineer at Coinbase, which has thoroughly adopted Relay in their applications. In this article, he wrote about the common patterns and best practices for dealing with missing data in a Relay application, particularly as it relates to their concerns at Coinbase.
Daniel Yuschick wrote about problems that can arise when translating components from design to development and how you can avoid them with "selfish" component design.
New Relic's React Native agent is a great way to monitor cross-platform apps. This section of their docs breaks down exactly how it works and how you can easily get started. [sponsored]
Laurie Voss wrote this article in response to a different article that was very critical of JavaScript frameworks and modern web development generally.
In this article, Kasper Peulen (from the Storybook team) breaks down how Storybook 7 uses CSF3 syntax combined with the TypeScript satisfies
operator to give you stricter types and an improved developer experience.
A React Hooks library for local-first apps with end-to-end encrypted backup and sync using SQLite and CRDT.
Mohammad Baqer created this VS Code Extenstion to improve folding in VS Code with features like folding closing brackets and tags, folding multi-line self enclosing tags, showing the number of folded lines, and more.
In this 10-minute video, Jack Herrington does a great, head-to-head performance comparison of NextJS 13, NextJS 12, and Astro across three applications.