The React Beginner's Guide for 2022
With 276 issues under our belt and over 50,000 subscribers, it’s easy to forget that each issue is read by at least a few who are just getting started with React. This guide provides the basics to get you going. - http://amp.gs/jpxrJ
#react
With 276 issues under our belt and over 50,000 subscribers, it’s easy to forget that each issue is read by at least a few who are just getting started with React. This guide provides the basics to get you going. - http://amp.gs/jpxrJ
#react
freeCodeCamp.org
The React Beginner's Guide for 2022
So you're ready to dive into learning React, but you still have some lingering questions, such as: * How should I create my React projects? * What tools should I add to my React app? * Do I need to learn JavaScript first before learning React?
👍2
A Comprehensive Guide to Error Handling in Node
Node offers up more than enough ways for errors to crop up and exceptions to be thrown – this blog post skims through some of the main areas to consider. - http://amp.gs/jpxcb
#nodejs
Node offers up more than enough ways for errors to crop up and exceptions to be thrown – this blog post skims through some of the main areas to consider. - http://amp.gs/jpxcb
#nodejs
Honeybadger Developer Blog
A Comprehensive Guide To Error Handling In Node.js
Errors happen in every application. Devs have to decide: do you write code to handle the error? Suppress it? Notify the user? Report it to the team? In this article, Ayo Isaiah walks us through every aspect of the JavaScript error system. He'll show us how…
Monorepos Explained
A new site that rounds up pretty much anything you need to know about monorepos, and the tools to build them. - http://amp.gs/jpfEu
#monorepo
A new site that rounds up pretty much anything you need to know about monorepos, and the tools to build them. - http://amp.gs/jpfEu
#monorepo
👍1
Building Angular Micro Frontend with NgRx state sharing and NX cli
How to build robust micro frontend architecture almost without coding - http://amp.gs/jpfHY
#angular
How to build robust micro frontend architecture almost without coding - http://amp.gs/jpfHY
#angular
Medium
🔥 Building Angular Micro Frontend with NgRx state sharing and NX cli
How to build robust micro frontend architecture almost without coding ;)
👍1
Integrate Vue 3 and Vue Apollo 4 with Hasura GraphQL
A powerful and concise tutorial that will introduce you to GraphQL and integrating GraphQL into your Vue app with Apollo, in the shortest amount of time possible. - http://amp.gs/jpCZ9
#vue
A powerful and concise tutorial that will introduce you to GraphQL and integrating GraphQL into your Vue app with Apollo, in the shortest amount of time possible. - http://amp.gs/jpCZ9
#vue
hasura.io
Course Introduction | GraphQL Vue 3 Apollo Tutorial
A powerful and concise tutorial that will introduce you to GraphQL and integrating GraphQL into your Vue app with Apollo, in the shortest amount of time possible.
Big Images, Blazingly Fast
Wouter Deenik and Erwin Verbruggen share an in-depth article on how their team optimized full-screen images for Rijksmuseum’s new story platform. - http://amp.gs/jpkhq
#css
Wouter Deenik and Erwin Verbruggen share an in-depth article on how their team optimized full-screen images for Rijksmuseum’s new story platform. - http://amp.gs/jpkhq
#css
🔥1
Caxa: Package Node Apps Into Executable Binaries
If you want to create single executable versions of Node apps, there have been several options over the years, including Vercel’s pkg or nexe. Caxa is an opinionated alternative that has a superbly thorough README covering exactly how it works and how it compares to pkg and nexe. - http://amp.gs/jpez6
#nodjs
If you want to create single executable versions of Node apps, there have been several options over the years, including Vercel’s pkg or nexe. Caxa is an opinionated alternative that has a superbly thorough README covering exactly how it works and how it compares to pkg and nexe. - http://amp.gs/jpez6
#nodjs
GitHub
GitHub - leafac/caxa: 📦 Package Node.js applications into executable binaries 📦
📦 Package Node.js applications into executable binaries 📦 - GitHub - leafac/caxa: 📦 Package Node.js applications into executable binaries 📦
Improving JavaScript Bundle Performance With Code-Splitting
Adrian Bece shares more about the benefits and caveats of code-splitting and presents tips to improve page performance and load times by dynamically loading expensive, non-critical JavaScript bundles. - http://amp.gs/jpeWy
#javascript
Adrian Bece shares more about the benefits and caveats of code-splitting and presents tips to improve page performance and load times by dynamically loading expensive, non-critical JavaScript bundles. - http://amp.gs/jpeWy
#javascript
Smashing Magazine
Improving JavaScript Bundle Performance With Code-Splitting — Smashing Magazine
In this article, Adrian Bece shares more about the benefits and caveats of code-splitting and how page performance and load times can be improved by dynamically loading expensive, non-critical JavaScript bundles.
Diving Into Vue 3 - The Reactivity API
This article gives a clear and practical description of how to use the new Vue 3 Reactivity APIs, focusing on ref and reactive. - http://amp.gs/jp7Vh
#vue
This article gives a clear and practical description of how to use the new Vue 3 Reactivity APIs, focusing on ref and reactive. - http://amp.gs/jp7Vh
#vue
👍2
An Auto-Filling CSS Grid With Max Columns of a Minimum Size
Mike Herchel explains how to create an auto-filling grid. - http://amp.gs/jpPMs
#css
Mike Herchel explains how to create an auto-filling grid. - http://amp.gs/jpPMs
#css
CSS-Tricks
An Auto-Filling CSS Grid With Max Columns of a Minimum Size | CSS-Tricks
Within Drupal 10 core, we’re implementing a new auto-filling CSS Grid technique that I think is cool enough to share with the world.
How to Unit Test Next.js API Routes with Typescript
If you need env vars, mocked data, and Typescript types, this one’s for you. - http://amp.gs/jpyVe
#nextjs
If you need env vars, mocked data, and Typescript types, this one’s for you. - http://amp.gs/jpyVe
#nextjs
Medium
How to Unit Test Next.js API Routes with Typescript
If you need env vars, mocked data, and Typescript types, this one’s for you.
How to Fix Security Vulnerabilities with npm Overrides
Overrides in your package.json file let you replace a package in your dependency tree with another version of your choice, which may be necessary to work around versions of dependencies with known security issues. - http://amp.gs/jphZq
#nodejs
Overrides in your package.json file let you replace a package in your dependency tree with another version of your choice, which may be necessary to work around versions of dependencies with known security issues. - http://amp.gs/jphZq
#nodejs
Medium
How to Fix Your Security Vulnerabilities with NPM Overrides
What’s the problem?
10 Useful Custom Hooks with Vue.js
In this article, you'll learn about 10 useful custom hooks you can use with Vue Composition API. - http://amp.gs/jphoS
#vue
In this article, you'll learn about 10 useful custom hooks you can use with Vue Composition API. - http://amp.gs/jphoS
#vue
JavaScript to Know for React
A golden oldie we’ve seen doing the rounds again this week. It remains a perfect primer of several key JS features though with examples of features that will help you with React development in particular. - http://amp.gs/jpv43
#javascript
A golden oldie we’ve seen doing the rounds again this week. It remains a perfect primer of several key JS features though with examples of features that will help you with React development in particular. - http://amp.gs/jpv43
#javascript
👍2
A Deep Dive into React Native’s New Architecture
A new architecture for React Native is being rolled out in 2022, as described in this post from the React Native team. Here are some independent observations. - http://amp.gs/jpgWU
#reactnative
A new architecture for React Native is being rolled out in 2022, as described in this post from the React Native team. Here are some independent observations. - http://amp.gs/jpgWU
#reactnative
Medium
Deep dive into React Native’s New Architecture
The React Native team has announced that the new architecture will be rolled out in 2022. Checkout their full blog here.
CSS Quick Tip: Animating In a Newly Added Element
Stephanie Eckles demonstrates how to effectively animate a newly added DOM element. - http://amp.gs/jpE9g
#css
Stephanie Eckles demonstrates how to effectively animate a newly added DOM element. - http://amp.gs/jpE9g
#css
🔥5👍1
How to Run Every Node.js Version on AWS Lambda
Node.js has been a first class platform on AWS’s serverless platform from day one, but the versions you can (easily) use have been limited to a subset. Everynode, however, provides a way to use any version of Node on AWS Lambda from v11 upwards. - http://amp.gs/jpVmp
#nodejs
Node.js has been a first class platform on AWS’s serverless platform from day one, but the versions you can (easily) use have been limited to a subset. Everynode, however, provides a way to use any version of Node on AWS Lambda from v11 upwards. - http://amp.gs/jpVmp
#nodejs
👍2