Tag: survival

Server Actions fly the nest

October 25, 2023 By Mark Otto 0

🐦/𝕏 ‘use server’ / Server Actions Now in React Canary — No blog post – just a Twitter/X thread – but the React team has announced Server Actions (and Client Actions) are available in the latest React Canary release. Providing a way to run functions created…

Simple tests for dark scenarios

July 11, 2023 By Mark Otto 0

Testing the Dark Scenarios of Your Node App — An interesting look at some examples of easily overlooked but nonetheless important tests to have in your app or package. What happens when a service times out, code is mutating things it shouldn’t, or you have…

‘It’s a miracle anything about this ecosystem works at all.’

May 4, 2023 By Mark Otto Off

Psst.. if you’re wondering about the context of today’s subject line, see the first ⚡️ In Brief. Angular v16 Released — With the “biggest release since the initial rollout of Angular”, v16 of the extensive framework introduces a preview of a new signals-based reactivity model (a.k.a. Angular…