Home » Archives for Mark Otto » Page 83
March 2, 2022
By
Mark Otto
▶ Ten React Anti-Patterns to Avoid — A well presented eight minute video that quickly goes through a variety of approaches to reconsider (or at least think twice about before putting into action). Fireship Redux Toolkit 1.8.0 Released — If you’re down with Redux for managing state, the…
February 25, 2022
By
Mark Otto
Learn the Fundamentals of Rx.js — This useful JavaScript library is great for managing events that happen over time, and in this detailed video course Steve Kinney covers what you need to know to make use of it — including observables, events, intervals, timers, operators,…
February 24, 2022
By
Mark Otto
How to Create a Vue App: Introduction Today we’re talking about how to create a Vue app. There’s a myriad of ratings of the most popular programming languages and frameworks. Those are subjective and depend on many factors. How do we decide what’s more important,…
February 24, 2022
By
Mark Otto
Next.js 12.1 Released — The popular React framework introduces a beta version of on-demand incremental static regeneration (ISR), now automatically configures Jest for you, and can create smaller, more efficient ‘standalone’ builds of your app for production deployment. Vercel Senior Backend Developer — Are you looking…
February 23, 2022
By
Mark Otto
Next.js 12.1 Released — Don’t be fooled by the “.1”, this is a big release for the React powered framework. It introduces a beta version of on-demand incremental static regeneration (ISR), now automatically configures Jest for you, and can create smaller, more efficient ‘standalone’ builds…
February 18, 2022
By
Mark Otto
Introduction: What is React React.js was released by a software engineer working for Facebook – Jordane Walke in 2011. React is a JavaScript library focused on creating declarative user interfaces (UIs) using a component-based concept. It’s used for handling the view layer and can be…
February 18, 2022
By
Mark Otto
Express.js 5.0 Now in Beta — Considering that the first alpha of 5.0 was over seven years ago, this is a big step for the still wildly popular and influential Node.js Web app library. There’s also thorough docs of the 5.x API here. Requiring Node.js 4…
February 17, 2022
By
Mark Otto
Node v17.5.0 (Current) Released — Sadly this release dropped just hours after last week’s issue of Node Weekly, but this is the first release of Node with native (though currently experimental behind the –experimental-fetch option) Fetch API support (more on what that means here) so…
February 16, 2022
By
Mark Otto
Introduction Does your Laravel project need validation? You do not know how to implement validation, or look for best practices, right? You have come to the right address. Working with projects on Laravel (including code reviews), I came across different ways to implement validation. As…
February 16, 2022
By
Mark Otto
🎉 We’ve noticed React Status has just passed 50,000 subscribers – thanks to all of you for your support over the years! By the way, don’t forget to hit reply and send us any links to things to include in future issues – it’s always…