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
Vue 3.3 defineModel: A simpler and more flexible way to create two-way binding

Vue 3.3 introduces a new macro called defineModel, which simplifies the process of creating two-way binding in Vue components. In this article the author explores how to leverage defineModel to create 2-way binding in your vue components. - https://codewithmrnerd.medium.com/vue-3-3-definemodel-a-simpler-and-more-flexible-way-to-create-two-way-binding-54f0a0032e93

#vue
👍51
The React Team Shares What It's Been Working On

It’s been eleven months since the last update, so a lot has happened. Work on React Compiler has progressed; it now powers Instagram’s production site. We also learn that React 19 is on the way and will include some breaking changes, particularly to support things like Web Components. Some of the latest developments in React Canary are also covered. Fingers crossed for May.. - https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024

#react
👍8
Node's 2023, Summarized in An Article

Rafael, of the Node.js TSC and Fastify core team, shares a useful update on the evolution of Node.js over the past year, how the team ensures Node is well tested and reliable, changes to Node’s vendor dependencies, as well as enhancements to Node’s security and Web presence. - https://blog.rafaelgss.dev/nodejs-2023-year-in-review

#nodejs
👍5
Remix Vite Now Stable; Gets an SPA Mode

Remix is a full-stack web framework built atop React Router that compiles apps into both server and client-side portions that interoperate seamlessly. Support for Vite is now stable in Remix v2.7, with a significant enhancement being a new SPA mode that doesn’t require a JS server in production while maintaining many of Remix’s conventions and benefits. - https://remix.run/blog/remix-vite-stable

#react #remix
👍3
Preventing SQL Injection Attacks in Node

Learn more about why and where SQL injection attacks pose a threat and some initial ways to shield your Node apps against them. - https://snyk.io/blog/preventing-sql-injection-attacks-node-js/

#nodejs
👍4
10 Interview Questions Every JS Developer Should Know in 2024

I’d usually shy away from a list-based post on Medium, but this is a good exception. As a rare example of a top-notch developer who's also involved in hiring other developers, Eric provides useful advice. - https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-in-2024-c1044bcb0dfb

#interview
👍5👎1
Vue.js Parallel Fetching improves LCP and FCP

This article focuses on Vue.js, a popular JavaScript framework, and how you can use it to enhance Largest Contentful Paint (LCP) and First Contentful Paint (FCP) through parallel fetching of component files and images. - https://medium.com/@m.kiselyow/vue-js-parallel-fetching-improves-lcp-and-fcp-289f0898badc

#vue
👍4
Going beyond pixels and (r)ems in CSS - Relative length units based on the viewport

Brecht De Ruyte explains some common pitfalls when using viewport units.  - https://techhub.iodigital.com/articles/going-beyond-pixels-and-rems-in-css/relative-length-units-based-on-the-viewport

#css
👍2
Building a CLI App with React and Ink

Why? Why not? This isn’t a tutorial, but more a look at just how simply such an app can come together. - https://www.nico.fyi/blog/react-ink-cli-chat-supabase

#react
👍5
Handling Asynchronous Promises with Vue.js 3 Suspense API

Vue.js 3 introduced various compelling features, including the suspense API component boundary. This API proves invaluable when dealing with asynchronous requests. In this article, explore the Vue.js 3 Suspense API for efficient asynchronous data loading. - https://javascript.plainenglish.io/handling-asynchronous-promises-with-vue-js-3-suspense-api-5ad566e7381b

#vue
👍61
Exploring Next.js Forms with Server Actions

Learn from Robin’s experiences: “I delved deep into exploring Forms in Next.js 14 using Next’s App Router, React Server Components (RSC), and Server Actions. This comprehensive tutorial covers React/Next native aspects like useFormStatus, useFormState and revalidatePath.” - https://www.robinwieruch.de/next-forms/

#react
👍31
Web Components in Earnest

This is.. epic! If you want to really get a walk through the journey of building an entire app using Web Components and JavaScript, this is it. The app in this case is simple, but complete, and the author shows off the realities of going all in with Web Components here. - https://naildrivin5.com/blog/2024/01/24/web-components-in-earnest.html

#webcomponents
👍5