Nuxt 3 and Pinia
Integrate Pinia as your state management library for your Nuxt 3 application. - http://amp.gs/jpq8v
#vue #pinia
Integrate Pinia as your state management library for your Nuxt 3 application. - http://amp.gs/jpq8v
#vue #pinia
codybontecou.com
Nuxt 3 and Pinia | Cody Bontecou
Integrate Pinia as your state management library for your Nuxt 3 application.
👍7
You Can throw() Anything In JavaScript (And Other async/await Considerations)
The author experiments with throw and ends up questioning his mental model of error handling. - http://amp.gs/jpqDp
#javascript
The author experiments with throw and ends up questioning his mental model of error handling. - http://amp.gs/jpqDp
#javascript
Bennadel
You Can throw() Anything In JavaScript - And Other async/await Conside
Ben Nadel changes the way he looks at throw() statements in JavaScript after thinking about React Suspense; and, looking at how he uses errors in async/await Functions.
👍4🥰1
Understanding the Dependencies Inside Your package json
Recently the authors looked at the basics of package.json but now they’ve moved on to defining what each of the dependency related keys in package.json are for. - http://amp.gs/jpsv2
#nodejs
Recently the authors looked at the basics of package.json but now they’ve moved on to defining what each of the dependency related keys in package.json are for. - http://amp.gs/jpsv2
#nodejs
The NodeSource Blog - Node.js Tutorials, Guides, and Updates
Understanding dependencies inside your Package.json
In this blog post, you can find a list and description of `dependencies` and other host Specs inside `package.json`.
👍3
10 Must-Know Patterns for Writing Clean Code with React and TypeScript✨🛀
A must-know article worth reading that looks at some practical patterns to use when writing clean code in React and TypeScript. It involves approaches in writing a clean code that eliminates technical debts. - http://amp.gs/jpi8U
#typescript
A must-know article worth reading that looks at some practical patterns to use when writing clean code in React and TypeScript. It involves approaches in writing a clean code that eliminates technical debts. - http://amp.gs/jpi8U
#typescript
DEV Community
10 Must-Know Patterns for Writing Clean Code with React and TypeScript✨🛀
React is a JavaScript library, and it is the most popular and industry-leading frontend development...
👍9
How To Make Parallel API calls in Angular Applications
A Step by step guide with an example project - http://amp.gs/jpihf
#angular
A Step by step guide with an example project - http://amp.gs/jpihf
#angular
Medium
How To Make Parallel API calls in Angular Applications
A Step by step guide with an example project
👍7
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). - https://www.youtube.com/watch?v=b0IZo2Aho9Y
#react #video
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). - https://www.youtube.com/watch?v=b0IZo2Aho9Y
#react #video
YouTube
10 React Antipatterns to Avoid - Code This, Not That!
React is a minimal on the surface, but it’s actually a highly complex JavaScript UI library with many potential pitfalls. In this tutorial, we look at 10 antipatterns in React, along with tips and tricks to improve our code. https://fireship.io/courses/react…
👍9🤩2
Currying for JavaScript Developers with Examples
This impressive demonstration of practical examples of currying in JavaScript enables us to learn a few different ways of using and creating curried functions. Making use of this technique is beneficial in programming! - http://amp.gs/jpDGF
#javascript
This impressive demonstration of practical examples of currying in JavaScript enables us to learn a few different ways of using and creating curried functions. Making use of this technique is beneficial in programming! - http://amp.gs/jpDGF
#javascript
Medium
Currying for JavaScript Developers with Examples
What is currying? Practical examples of currying in JavaScript. Why currying is useful in programming. How to create curried functions
👍8
Dark Mode Switch with Tailwind CSS & Nuxt 3
In this article, you'll see how to implement a dark mode switch in Nuxt 3 using Tailwind CSS. - http://amp.gs/jpDdm
#vue
In this article, you'll see how to implement a dark mode switch in Nuxt 3 using Tailwind CSS. - http://amp.gs/jpDdm
#vue
Michael Hoffmann - Senior Frontend Developer (Freelancer)
Dark Mode Switch With Tailwind CSS & Nuxt 3
I am currently rewriting my portfolio website with Nuxt 3 which is still in beta. In this article, I want to show you how I implemented a dark mode switch in Nuxt 3 using Tailwind CSS that I will use in my new portfolio website.
👍4
👍7
New CSS Features In 2022
Michelle Barker looks at a couple of new CSS features that are already starting to land in browsers. - http://amp.gs/jpuhp
#css
Michelle Barker looks at a couple of new CSS features that are already starting to land in browsers. - http://amp.gs/jpuhp
#css
Smashing Magazine
New CSS Features In 2022 — Smashing Magazine
2022 is shaping up to be a pretty great year for CSS, with a plethora of new features on the horizon. Some are already starting to land in browsers, others are likely to gain widespread browser support in 2022, while for one or two the process may be a little…
👍7
Implementing Tetris Using React in 200 Lines of Code
The popularity of Tetris just never seems to fade. The exercise of recreating it with so little code is instructive and novel. - http://amp.gs/jpual
#react
The popularity of Tetris just never seems to fade. The exercise of recreating it with so little code is instructive and novel. - http://amp.gs/jpual
#react
👍7❤1👏1
Practical RxJS and Angular
A practical example showing RxJS in combination with Angular - http://amp.gs/jpJSu
#angular
A practical example showing RxJS in combination with Angular - http://amp.gs/jpJSu
#angular
Medium
Practical RxJS and Angular
A practical example showing RxJS in combination with Angular
👍7
What’s New in HTTP/3?
A walkthrough of HTTP/0.9, HTTP/1.0, HTTP/1.1, HTTP/2, and HTTP/3 - http://amp.gs/jp0kt
#http
A walkthrough of HTTP/0.9, HTTP/1.0, HTTP/1.1, HTTP/2, and HTTP/3 - http://amp.gs/jp0kt
#http
Medium
What’s New in HTTP/3?
A walkthrough of HTTP/0.9, HTTP/1.0, HTTP/1.1, HTTP/2, and HTTP/3
👍9
Track Down the JavaScript Code Responsible for Polluting the Global Scope
Here’s another post to help you solve issues with global scope pollution in JavaScript apps. This tutorial shows how to build (from scratch) a JavaScript utility that can help us with debugging where the global definitions are happening within our code. - http://amp.gs/jp0XF
#javascript
Here’s another post to help you solve issues with global scope pollution in JavaScript apps. This tutorial shows how to build (from scratch) a JavaScript utility that can help us with debugging where the global definitions are happening within our code. - http://amp.gs/jp0XF
#javascript
Mmazzarolo
Track down the JavaScript code responsible for polluting the global scope
Debugging what JavaScript code is adding global variables to the window object.
👍3
How to Use nextTick() in Vue
nextTick(callback) executes the callback when the DOM has been updated. - http://amp.gs/jpKU0
#vue
nextTick(callback) executes the callback when the DOM has been updated. - http://amp.gs/jpKU0
#vue
Dmitri Pavlutin Blog
How to Use nextTick() in Vue
nextTick(callback) executes the callback when the DOM has been updated.
👍4
'SolidJS Feels Like What I Always Wanted React to Be'
An unsurprisingly opinionated piece. SolidJS is a particularly efficient reactive UI library and we’ve seen direct comparisons before but this piece goes into more specifics. - http://amp.gs/jp3nY
#react
An unsurprisingly opinionated piece. SolidJS is a particularly efficient reactive UI library and we’ve seen direct comparisons before but this piece goes into more specifics. - http://amp.gs/jp3nY
#react
typeofnan.dev
Solid.js feels like what I always wanted React to be
I'm sold on Solid.
👍3
Web Animation Performance Fundamentals – How to Make Your Pages Look Smooth
Reza Lavarian gives an in-depth introduction to creating performant animations on the web. - http://amp.gs/jp32m
#css
Reza Lavarian gives an in-depth introduction to creating performant animations on the web. - http://amp.gs/jp32m
#css
👍6
Architecting Enterprise Angular Application
We all know how easy it is to get started with building an Angular application. Thanks to Angular CLI, with… - http://amp.gs/jpH9x
#angular
We all know how easy it is to get started with building an Angular application. Thanks to Angular CLI, with… - http://amp.gs/jpH9x
#angular
Medium
Architecting Enterprise Angular Application
We all know how easy it is to get started with building an Angular application. Thanks to Angular CLI, with just one command we can create…
👍4🔥1
4 Most Important Features Coming in ES2022 That You Should Know About
This article is an informative overview of the most important features and changes in ECMAScript 2022 that would appear almost certainly in the new release in June 2022. - http://amp.gs/jp2tl
#javascript
This article is an informative overview of the most important features and changes in ECMAScript 2022 that would appear almost certainly in the new release in June 2022. - http://amp.gs/jp2tl
#javascript
Medium
4 most important features coming in ES2022 that you should know about
ECMAScript 2022 is a new JavaScript standard that is going to be released in June 2022. Let’s overview the most important changes that…
👍10
Introducing FormKit: a Vue 3 Form Building Framework
Web forms are the connective tissue of the internet. Let's take a look at FormKit which is a Vue 3 framework for forms. - http://amp.gs/jp2DA
#vue
Web forms are the connective tissue of the internet. Let's take a look at FormKit which is a Vue 3 framework for forms. - http://amp.gs/jp2DA
#vue
DEV Community
Introducing FormKit: A Vue 3 form building framework
Web forms are the connective tissue of the internet. Without them people can’t request their health...
👍5