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

Admin: @andrey2019
Download Telegram
The Extract Conditional Pattern in Vue

An extremely common question I get asked all the time is, “how do you know when to split up a component?” This article shares a simple pattern with you that is basically fool-proof, and can be applied to lots of components with almost no thought - https://michaelnthiessen.com/extract-conditional-pattern

#vue
👍4
Node.js 21 Now Available

This news is just breaking, but Node v21 (release notes) replaces Node v20 as the ‘current’ release line (basically, the one that gets all the shiny new features first.) This also means Node v20 will soon become the active LTS release. - https://openjsf.org/announcement/2023/10/17/node-js-21-available-now/

#nodejs
👍6
A Guide to Custom Directives in Vue

A directive generally is some special token in the markup that tells the library to do something to a DOM element. Find out what Vue.js Directives are and how you can create custom directive for your project. - https://blog.bitsrc.io/a-guide-to-custom-directives-in-vue-46fc87abfd4f

#vue
👍2
Backends For Frontends — My Take

What do you get when you have a lot of Microservices to fetch data from before displaying a result — Multiple… - https://faun.pub/backends-for-frontends-my-take-b97663ec1b68

#bff
👍3🔥1
Speeding Up the JS Ecosystem: The Barrel File Debacle

Marvin continues his tour through the world of JavaScript performance fixes with a look at how some innocent looking code can make tools run slower than they should. Test runners and many import cycle detection tools are most affected. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-7/

#nodejs
👍4🔥41
Complex vs Compound Selectors

Miriam Suzanne outlines the difference between compound selectors and complex selectors. - https://www.miriamsuzanne.com/2022/06/15/complex-compound

#css
👍9🔥1
Drawing on Google Maps with Drawing Manager

This incredibly thorough and code-rich followup to Integrating Google Maps in React focuses on the use of DrawingManager to draw polygons, rectangles, polylines, circles and markers on top of maps. - https://sudolabs.com/insights/react-google-maps-drawing-tools

#react
🔥4👍1
Building a 'PDF Chat' with Node, OpenAI and ModelFusion

In modern AI circles, the idea of being able to use large language models (LLMs) to “chat” with PDFs and similar reference docs is quite popular. This tutorial shows off the basics of creating such a system from reading PDFs with PDF.js, through to tokenization, and building a chat loop. - https://modelfusion.dev/blog/pdf-chat-nodejs

#nodejs
👍4🔥3