FrontEnd Development
30.6K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
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
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
👍2
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
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
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
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
👍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
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
🔥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
👍2
Flutter in 2022: strategy and roadmap

Areas of focus for Flutter as we build growth and momentum - http://amp.gs/jpV2r

#flutter
Vue JS 3 Composition API → Registration Form Validation

Learn how to create reusable and scalable form validation for signup and login pages in Vue JS 3 using Composition API. - http://amp.gs/jp9ZD

#vue
👍1
What Are Wrapper Objects for JavaScript's Primitive Values?

Dr. Axel talks about how primitive types like boolean and string have associated wrapper classes (e.g. Boolean and String) and demonstrates the value (pun not originally intended!) they provide. - http://amp.gs/jp9Sv

#javascript
👍1
My White Whale: a Use Case for will-change

Nic Chan shares how she fixed a rendering issue using will-change. - http://amp.gs/jp9bg

#css
👍1
An Introductory Guide to Concurrent Rendering

The upcoming React 18 will introduce new concurrent rendering features. What will this offer and why will you want to use it? - http://amp.gs/jp4kv

#react
👍1
A Complete Guide to Working with CSV Files in Node

Looks at how to approach managing CSV files in Node, plus how helpful packages (like csv-parser) can help in that regard. - http://amp.gs/jp43y

#nodejs
👍1
How to Reliably Send an HTTP Request on Leaving a Page

Browsers don’t guarantee to preserve open HTTP requests when changing pages but there are some mitigations or alternative approaches (e.g. beacons). - http://amp.gs/jpRke

#javascript
👍4
Running Commands with execa in Node

We’ve linked to Sindre Sorhus’ popular execa process execution library many times over the years, but here’s a thorough tutorial which also shows off the value execa brings over the vanilla child_process. - http://amp.gs/jpRWj

#nodejs
👍4