Everything about our migration from ReactJS to NextJS
The overall thought process, challenges, and outcomes: Peerlist's tech stack migration from ReactJS to NextJS. - http://amp.gs/jZomk
#react
The overall thought process, challenges, and outcomes: Peerlist's tech stack migration from ReactJS to NextJS. - http://amp.gs/jZomk
#react
Peerlist Blog
Everything about our migration from ReactJS to NextJS
The overall thought process, challenges, and outcomes: Peerlist's tech stack migration from ReactJS to NextJS.
How the Angular Compiler Works
The Angular compiler (known as ngc) is the tool used to compile Angular apps and libraries. This post digs into what it does and how it does it. - http://amp.gs/jZoiN
#angular
The Angular compiler (known as ngc) is the tool used to compile Angular apps and libraries. This post digs into what it does and how it does it. - http://amp.gs/jZoiN
#angular
Medium
How the Angular Compiler Works
The Angular Compiler (which we call ngc) is the tool used to compile Angular applications and libraries. ngc is built on the TypeScript…
ELI5: Reactivity in Vue 3
Reactivity. It's one of the most convenient features of front-end frameworks. What is it exactly, and how does it work in Vue 3? - http://amp.gs/jZMB0
#vue
Reactivity. It's one of the most convenient features of front-end frameworks. What is it exactly, and how does it work in Vue 3? - http://amp.gs/jZMB0
#vue
DEV Community 👩💻👨💻
ELI5: Reactivity in Vue 3
Reactivity. It's a popular buzzword. It's also one of the most convenient features of front-end...
The CSS from-font Value Explained in 4 Demos
Silvestar Bistrović explains how from-font value works. - http://amp.gs/jZMNw
#css
Silvestar Bistrović explains how from-font value works. - http://amp.gs/jZMNw
#css
CSS-Tricks
The CSS from-font Value Explained in 4 Demos | CSS-Tricks
I found the CSS from-font value for the text-decoration-thickness property. I did a little research what I found (and learned) is interesting.
👍1
How I optimized messy angular codebase and reduced page load time by 10x - http://amp.gs/jZ5za
#angular
#angular
Medium
How I optimized messy angular codebase and reduced page load time by 10x
As a passionate coder, I always look for opportunities to optimize my codebase, followed by more research and learning. I recently had the…
Node.js Trademarks Transferred to the OpenJS Foundation
You may not have realized this, but Joyent (a company that heavily backed the early development of Node) still owned the Node.js trademark till, well, now. We appreciate having had their kind permission to use the term ‘Node’ in the name of this newsletter – now the OpenJS Foundation takes on the legal responsibilities. - http://amp.gs/jZ5K8
#nodejs
You may not have realized this, but Joyent (a company that heavily backed the early development of Node) still owned the Node.js trademark till, well, now. We appreciate having had their kind permission to use the term ‘Node’ in the name of this newsletter – now the OpenJS Foundation takes on the legal responsibilities. - http://amp.gs/jZ5K8
#nodejs
OpenJS Foundation
Node.js Trademarks Transferred to OpenJS Foundation - OpenJS Foundation
OpenJS Foundation had previously been granted free, perpetual license to use Node.js trademarks and logo for the past 6 years SAN FRANCISCO – February 14, 2022 – The OpenJS Foundation,...
Debugging JavaScript
It’s not deep, but this is an enjoyable and casual walk through the JavaScript debugging landscape. - http://amp.gs/jZQyK
#javascript
It’s not deep, but this is an enjoyable and casual walk through the JavaScript debugging landscape. - http://amp.gs/jZQyK
#javascript
Flaviocopes
How to debug JavaScript code
A tutorial on how to use debugging to solve any JavaScript problem
👍1
How to Write Performant React Code: Rules, Patterns, Do's and Don'ts
Nadia Makarevich shows you how to implement a “real-life” app step by step – first in a “normal” way, using the patterns that you’ll see practically everywhere, then refactoring each step with performance in mind and comparing the result in the end. - http://amp.gs/jZcmb
#react
Nadia Makarevich shows you how to implement a “real-life” app step by step – first in a “normal” way, using the patterns that you’ll see practically everywhere, then refactoring each step with performance in mind and comparing the result in the end. - http://amp.gs/jZcmb
#react
Developerway
How to write performant React code: rules, patterns, do's and don'ts
Looking into patterns that lead to poor performance of React apps, why they are bad, and how to recognise and avoid them.
How to Make CSS Slanted Containers
Dave Seidman shows how to create slanted containers using CSS. - http://amp.gs/jZc5V
#css
Dave Seidman shows how to create slanted containers using CSS. - http://amp.gs/jZc5V
#css
CSS-Tricks
How to Make CSS Slanted Containers in 3 Steps | CSS-Tricks
Here's how to created a CSS slanted container where the container itself is slanted, but the text and images are balanced for better legibility.
Vue.js Nation 2022 Conference in Review
Here's a quick recap of all the awesome talks that happened at Vue.js Nation 2022. - http://amp.gs/jZ6Sd
#vue
Here's a quick recap of all the awesome talks that happened at Vue.js Nation 2022. - http://amp.gs/jZ6Sd
#vue
vueschool.io
Vue.js Nation 2022 Conference in Review - Vue School Articles
Here's a quick recap of all the awesome talks that happened at Vue.js Nation 2022.
Replacing JavaScript Dialogs (Partly) with HTML's <dialog>
How to replace JavaScript dialogs, to some extent, with the HTML dialog element providing similar functionality to the alert(), confirm(), and prompt() methods. - http://amp.gs/jpIlM
#javascript
How to replace JavaScript dialogs, to some extent, with the HTML dialog element providing similar functionality to the alert(), confirm(), and prompt() methods. - http://amp.gs/jpIlM
#javascript
Create Instagram Filters with React and CSS
This tutorial shows you the simulation of the operation of applications that edit images using the CSS Filter property to create and develop a clone of the Instagram filters. - http://amp.gs/jpIX9
#react
This tutorial shows you the simulation of the operation of applications that edit images using the CSS Filter property to create and develop a clone of the Instagram filters. - http://amp.gs/jpIX9
#react
The Basics of package.json
Most likely you’ve been working with package.json files for years, but it can pay to refamiliarize yourself with their many properties. - http://amp.gs/jpjiv
#nodejs
Most likely you’ve been working with package.json files for years, but it can pay to refamiliarize yourself with their many properties. - http://amp.gs/jpjiv
#nodejs
Building a Vue 3 Desktop App with Pinia, Electron, and Quasar
Quasar allows us to quickly develop Electron desktop applications in Vue with high-quality UI components that follow Material Design guidelines. - http://amp.gs/jp8hX
#vue
Quasar allows us to quickly develop Electron desktop applications in Vue with high-quality UI components that follow Material Design guidelines. - http://amp.gs/jp8hX
#vue
CSS Scroll Snap Slide Deck That Supports Live Coding
Stephanie Eckles demonstrates how to build a no-JavaScript slide deck that allows live editing of CSS demos. - http://amp.gs/jp8K7
#css
Stephanie Eckles demonstrates how to build a no-JavaScript slide deck that allows live editing of CSS demos. - http://amp.gs/jp8K7
#css
👍1
How to Implement Web Loaders with React Suspense
This step-by-step guide in implementing web loaders using React Suspense provides a very simple approach on how to implement them efficiently. - http://amp.gs/jpTiO
#react
This step-by-step guide in implementing web loaders using React Suspense provides a very simple approach on how to implement them efficiently. - http://amp.gs/jpTiO
#react
Medium
Implement Web Loaders with React Suspense
Provide Web Loaders to your application efficiently
The Intended Wordle Font, Nobody Can See
Oliver Schöndorfer explains how and why Wordle would look much better in “Clear Sans” while learning about the CSS font stack and the value of good typography in UIs. - http://amp.gs/jpzcM
#css
Oliver Schöndorfer explains how and why Wordle would look much better in “Clear Sans” while learning about the CSS font stack and the value of good typography in UIs. - http://amp.gs/jpzcM
#css