Etsy Migrated from React 15.6 to Preact (Instead of React 16)
There’s a full explanation about the decision behind all of this in this document about updating React at Etsy. But Preact, a smaller React alternative with the same API, turned out to be the right choice for them. - http://amp.gs/jZHim
#react
There’s a full explanation about the decision behind all of this in this document about updating React at Etsy. But Preact, a smaller React alternative with the same API, turned out to be the right choice for them. - http://amp.gs/jZHim
#react
👍1
MikroORM 5: A TypeScript ORM for Node.js
Based upon the popular ‘Data Mapper’ pattern, MikroORM (homepage) is a popular and powerful Node.js ORM that supports a variety of SQL and NoSQL databases. v5 is a year in the making and boasts improved type safety, validations, migrations and schema diffing, amongst other things. - http://amp.gs/jZ2VU
#nodejs
Based upon the popular ‘Data Mapper’ pattern, MikroORM (homepage) is a popular and powerful Node.js ORM that supports a variety of SQL and NoSQL databases. v5 is a year in the making and boasts improved type safety, validations, migrations and schema diffing, amongst other things. - http://amp.gs/jZ2VU
#nodejs
Top 18 Web 3.0 Trends Every Frontend Developer Has to Follow in 2022
Vitalii Shevchuk compiled and listed the new opportunities Web 3.0 can bring and may inspire on the next millions dollar idea. - http://amp.gs/jZwCj
#web3
Vitalii Shevchuk compiled and listed the new opportunities Web 3.0 can bring and may inspire on the next millions dollar idea. - http://amp.gs/jZwCj
#web3
Hello, CSS Cascade Layers
Ahmad Shadeed explores how cascade layers work and how they can help you write CSS with more confidence. - http://amp.gs/jZwoC
#css
Ahmad Shadeed explores how cascade layers work and how they can help you write CSS with more confidence. - http://amp.gs/jZwoC
#css
👍1
Coming Into Vue: What's Next in Vue 3
Now that we've reached an official recommendation to use Vue 3, what does the future look like for the Vue ecosystem? - http://amp.gs/jZFi9
#vue
Now that we've reached an official recommendation to use Vue 3, what does the future look like for the Vue ecosystem? - http://amp.gs/jZFi9
#vue
DEV Community 👩💻👨💻
Coming Into Vue: What's Next in Vue 3
Now that Vue 3 has been officially promoted to the recommended version of the framework, what's next on Vue's horizon?
Improving JavaScript Bundle Performance With Code-Splitting
Looks at 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. - http://amp.gs/jZXSO
#javascript
Looks at 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. - http://amp.gs/jZXSO
#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.
👍1
An Intro to Authentication in React Router 6
A practical walkthrough of implementing authentication alongside React Router 6 in a bare-bones example app. You can then move on to.. - http://amp.gs/jZLzX
#react
A practical walkthrough of implementing authentication alongside React Router 6 in a bare-bones example app. You can then move on to.. - http://amp.gs/jZLzX
#react
www.robinwieruch.de
React Router 6: Authentication
You will learn how to use authentication in React Router 6 by authenticating a user by login (sign in) and logout (sign out) ...
Platform upgrades for Angular v13, NestJS 8, Next.js 12, and more in Nx 13.2!
Nx is a smart, extensible build framework to help you architect, test, and build at any scale — integrating… - http://amp.gs/jZL25
#angular
Nx is a smart, extensible build framework to help you architect, test, and build at any scale — integrating… - http://amp.gs/jZL25
#angular
Aspect Ratio is Great
Michelle Barker gives a fantastic introduction to the aspect-ratio property. - http://amp.gs/jZWEM
#css
Michelle Barker gives a fantastic introduction to the aspect-ratio property. - http://amp.gs/jZWEM
#css
CSS { In Real Life } | Aspect Ratio is Great
Tips, tricks and tutorials on the web’s most beautiful language.
❤1
Create, Test and Deploy a Single Page App with Vue 3 + Vite and Pinia
With Vue 3 now officially released, it's time to upgrade your SPA development tool-set with the latest tools like Vite and Pinia. - http://amp.gs/jZW3x
#vue
With Vue 3 now officially released, it's time to upgrade your SPA development tool-set with the latest tools like Vite and Pinia. - http://amp.gs/jZW3x
#vue
DEV Community
Create, Test and Deploy a Single Page App with Vue 3 + Vite and Pinia
Introduction Created in 2014, Vue.js is undoubtedly one of the leading frontend frameworks...
API Architecture — Best Practices for designing REST APIs
REST APIs everywhere! - http://amp.gs/jZaGo
#reastapi
REST APIs everywhere! - http://amp.gs/jZaGo
#reastapi
Medium
API Architecture - Design Best Practices for REST APIs
REST APIs everywhere!
❤3
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