FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
The Fetch API Comes to Node Core (and Why You Should Care)

Support for the Fetch API (as commonly used browser-side for fetching resources) has been merged into Node.js and will be available behind a ‑‑experimental‑fetch flag until, hopefully, being enabled by default in Node 18 and beyond. - http://amp.gs/jZne5

#nodejs
Set up Tailwind CSS with Angular in an Nx workspace - http://amp.gs/jZGln

#angular
Building a Theme Switch Component

Adam Argyle gives a foundational overview of building an adaptive and accessible theme switch component. - http://amp.gs/jZG5n

#css
From My Point of Vue: Vue 3 Ecosystem

In this post, we'll take a look at the recommendations for the Vue 3 ecosystem, how the ecosystem looks like right now, and what are we missing for stability. - http://amp.gs/jZxLD

#vue
Good Advice on JSX Conditionals

“Time after time I shoot myself in the foot with JSX conditionals. In this article, I look at the trickier corners of JSX conditionals, and share some tips for staying safe”. - http://amp.gs/jZf34

#javascript
Tree Lists with Indeterminate Checkboxes in React

“Semi-checked checkboxes”—which represent underlying conditions which are not entirely ‘checked’ or ‘unchecked’—can be tricky to represent in a tree list. Here’s one way to do it. - http://amp.gs/jZC4k

#react
Top 100 npm Package Maintainers Now Must Use 2FA

We mentioned npm’s forthcoming enhanced security procedures a while ago, and now they’re beginning to roll out in a phased manner. The maintainers of the top 100 npm packages judged by number of dependent projects now have to use two-factor auth, but all package maintainers need to be aware of the forthcoming changes outlined here. - http://amp.gs/jZkFr

#nodejs
Complete Guide: Angular lifecycle hooks

In this article, we will take a deeper dive into each lifecycle hook and look at how they're used in Angular. - http://amp.gs/jZeJ7

#angular
Look for These React Trends in 2022

The author takes a look at what they feel will be important in the coming year: Remix, server-side rendering, concurrent rendering, behaviour testing as well as some 'honorable mentions'. - http://amp.gs/jZyBc

#react
A Pipe Operator for JavaScript: Introduction and Use Cases

In the State of JS 2020 survey, a lot of developers felt a pipe operator was missing from JavaScript. It’s been around a while, but there’s a pipeline operator proposal and it’s at stage two of the TC39 process. Dr. Axel explains why you’d want this, how it can work, and why JS won’t get F# style pipes. - http://amp.gs/jZyqr

#javascript
Using Streams to Build High-Performing Node Apps

Find out how to use the stream module in Node.js to build high(er)-performing apps. - http://amp.gs/jZh8a

#nodejs
Telegraph with RxJS: the power of reactive systems

Explore interesting RxJS code and Angular directives in this fun exercise of recreating an analogue Morse code telegraph using your favorite tools! - http://amp.gs/jZhqI

#angular
Vue 3 — Google ReCaptcha Implemented in Just 2 Minutes

How to implement Google reCaptcha to secure a Vue 3 application from bots and spam. - http://amp.gs/jZvEW

#vue
Exploiting JavaScript Quirks for Fun and Profit

If you're Doug Crockford (the author of JavaScript: The Good Parts), look away now! Plentiful use of with and eval in this clever approach to solving an Advent of Code puzzle. - http://amp.gs/jZvbB

#javascript
How to Write Performant React Code

Although the author acknowledges the potential perils of ‘premature optimisation’, she says some such optimizations are a good thing when it comes to React and presses ahead with a series of examples. - http://amp.gs/jZESe

#react
Building UI Components With SVG and CSS

Ahmad Shadeed shows different use cases where you can use SVG along with HTML and CSS to build specific UI components. - http://amp.gs/jZV9O

#css