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
Communication Between Micro-front ends
Micro front-end (MFE) is all the buzz right now. But how do we communicate between them, in a reliable… - http://amp.gs/jpwPG
#microfrontends
Micro front-end (MFE) is all the buzz right now. But how do we communicate between them, in a reliable… - http://amp.gs/jpwPG
#microfrontends
Medium
Communication Between Micro-front ends
Micro front-end (MFE) is all the buzz right now. But how do we communicate between them, in a reliable manner…
👍5
50 Software Engineering Best Practices for Technical Leaders and Seniors
Best practices for best engineers. - http://amp.gs/jpFja
#best #practies
Best practices for best engineers. - http://amp.gs/jpFja
#best #practies
Medium
50 Software Engineering Best Practices for Technical Leaders and Seniors
Best practices for best engineers.
👍10
Hosting a React App with OpenFaaS
OpenFaaS is an open source serverless function platform that sits on top of Kubernetes and it’s possible to host React-based apps in such a way. This post touches on all the main points, including cost. - http://amp.gs/jpFA7
#react
OpenFaaS is an open source serverless function platform that sits on top of Kubernetes and it’s possible to host React-based apps in such a way. This post touches on all the main points, including cost. - http://amp.gs/jpFA7
#react
OpenFaaS - Serverless Functions Made Simple
Hosting a React App with OpenFaaS
Alex walks you through how to deploy a React App as an OpenFaaS Function.
👍3👏3
Building Web Layouts For Dual-Screen And Foldable Devices
Stephanie Stimac shares a guide to optimizing your layouts for dual-screen and foldable devices. - http://amp.gs/jpXk8
#css
Stephanie Stimac shares a guide to optimizing your layouts for dual-screen and foldable devices. - http://amp.gs/jpXk8
#css
Smashing Magazine
Building Web Layouts For Dual-Screen And Foldable Devices — Smashing Magazine
Dual-screen devices are just the next evolution in responsive design. If you have a PWA or website, the APIs available make integrating into your existing code base seamless. This article explains why it’s an exciting time for layout on the web, and how dual…
👍5
Design Developers friendly RESTful APIs
Make your API live longer. - http://amp.gs/jpXL6
#api #restful
Make your API live longer. - http://amp.gs/jpXL6
#api #restful
Medium
Design Developer-friendly RESTful APIs
Make your API live longer.
👍8🤩2
35 JavaScript interview questions. Answered by me.
Hello :) I am a graduate student from Microverse, during interview prep, they gave me access to a set of… - http://amp.gs/jpLGf
#javascript #interview
Hello :) I am a graduate student from Microverse, during interview prep, they gave me access to a set of… - http://amp.gs/jpLGf
#javascript #interview
Medium
JavaScript interview questions. Answered by me.
Hello :) I am a graduate student from Microverse, during interview prep, they gave me access to a set of questions in order to practice.
👍6❤3🔥3