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
How to Drag and Drop in React

Drag and drop is a basic UI expectation in many scenarios. Robin, always a well-regarded instructor, walks though the creation of a drag and drop capable component step-by-step. - https://www.robinwieruch.de/react-drag-and-drop/

#react
👍5🥰1
Speeding Up the JavaScript Ecosystem: npm Scripts

The latest in a fascinating series on finding ‘low hanging fruit’ when it comes to performance. The author explains this one best himself: “‘npm scripts’ are executed by JavaScript developers … all the time. Despite their high usage they are not particularly well optimized and add about 400ms of overhead. In this article we were able to bring that down to ~22ms.” - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-4/

#nodejs
3👍3
A Business Case for SvelteKit

A good post covering the experience of migrating from Meteor to SvelteKit, the process this team undertook, and the outcomes from both a performance and UX point of view. - https://elliscs.hashnode.dev/a-business-case-for-sveltekit

#svelte
3👍1
Weekend Offer ВКонтакте для фронтенд- и бэкенд-разработчиков

15-16 апреля разработчики смогут пообщаться с командами ВКонтакте по направлениям B2C и B2B и получат возможность присоединиться к одной из них.

13 апреля — последний день, когда можно отправить отклик.
🤮41👍1
Composing Layouts with Vue Router

Read more to find out how to use Vue Router's named views & route records to build organized & consistent webpages. Easily switch between views & create flexible & reusable layouts - https://vueschool.io/articles/vuejs-tutorials/composing-layouts-with-vue-router/

#vue
👍42
Five Mistakes I Made When Starting My First React Project

Richard shares his early React mistakes with the hope you can learn from his misfortunes. He tackles topics like using defaultProps, propTypes, and class components. - https://css-tricks.com/5-mistakes-starting-react/

#react
👍64
Node.js Compatibility for Cloudflare Workers

Cloudflare Workers is a popular serverless platform that uses V8 isolates rather than a Node runtime. This has meant support for Node functions has been lacking, but things are changing with support for AsyncLocalStorage, EventEmitter, Buffer, assert, and parts of util now available to use with more to follow. - https://blog.cloudflare.com/workers-node-js-asynclocalstorage/

#nodejs
2👍1
Vue Options API To Composition API Migration Cheat Sheet

The composition API has become the new recommended approach for creating for Vue.js Components. In this post explore some useful tips and tricks to migrating your Vue.js application from the Options API to the Composition API. - https://vueschool.io/articles/vuejs-tutorials/options-api-vs-composition-api/

#vue
👍7
The Landscape of npm Packages for CLI Apps

If you want to create a CLI app, there are a lot of options nowadays for covering areas like pretty output, parsing arguments, and accepting user input. This post rounds up some of the options in these various areas. - https://blog.kilpatrick.cloud/posts/node-cli-app-packages/

#ndejs
👍3
6 Top VS Code extensions for Vue.js Developers in 2023

If you're a web developer, you're probably using or have used Visual Studio Code. Learn some top 6 Visual Studio Code extensions that can boost your Vue.js development experience if you integrate them in your into your IDE and workflow! - https://vueschool.io/articles/vuejs-tutorials/6-top-vs-code-extensions-for-vue-js-developers-in-2023/

#vue
👍11
Navigate the Pitfalls and Returns of Using Node.js Worker Threads

Review the pros and cons of worker threads, and how they differ from other multithreading implementations, in Snyk's recent Node.js article. - https://snyk.io/blog/node-js-multithreading-worker-threads-pros-cons

#nodejs
4👍1