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

Admin: @andrey2019
Download Telegram
Honey, I Shrunk the npm Package!

Compression sits under the hood of everything on the modern Web, including npm packages (distributed as gzipped tarballs). Could the standard gzip approach be showing its age in both speed and effectiveness? Jamie runs a package through a few alternatives and gives an update on efforts to modernize npm’s compression defaults. - https://jamiemagee.co.uk/blog/honey-i-shrunk-the-npm-package/

#nodejs
👍2
How to Use Vue Router: A Complete Tutorial

One of the most powerful features of modern single-page web applications (SPA) is routing. Modern single-page apps such as a Vue application can transition from page to page on the client-side (without requesting the server). Vue Router which is the official library for page navigation in Vue applications is simple to use, yet powerful. - https://vueschool.io/articles/vuejs-tutorials/how-to-use-vue-router-a-complete-tutorial/

#vue
🔥4👍1
CSS Findings From The Threads App: Part 2

Ahmad Shadeed takes another look at the Threads app and shares some interesting things he found along the way. - https://ishadeed.com/article/threads-app-css-part-2

#css
👍5🔥1
Server-Side Rendering (SSR) with Bun and React

Bun 1.0, a performance oriented alternative server-side JS runtime, has finally been released. To better understand how it can be employed with React, this case study walks through an example. - https://alexkates.dev/server-side-rendering-ssr-with-bun-and-react

#react #ssr
👍7🔥3
Type vs Interface: Which Should You Use in 2023?

Learn the key differences between interfaces and type aliases in TypeScript, including their use cases and important features to consider. - https://www.totaltypescript.com/type-vs-interface-which-should-you-use

#typescript
👍5🔥2
Exploring Nuxt 3 Middleware: A Comprehensive Overview

In Nuxt.js, middleware are custom functions that run before rendering a page or group of pages. Its use-cases may include checking authentication, modifying the server response, or accessing cookies. In this article understand the various types of middleware and how they work in Nuxt 3. - https://figueiredoluiz.medium.com/exploring-nuxt-3-middlewares-a-comprehensive-overview-6c45635cd6e4

#vue
👍51🔥1
Understanding Web Accessibility in Vue.js

As developers, we are tasked with creating applications inclusive of all people, regardless of their hardware, software, language, location, or ability. In this article, we will tackle the basics of web accessibility in our Vue.js applications, looking at some concepts and strategies to consider when designing accessible applications. - https://vueschool.io/articles/vuejs-tutorials/understanding-web-accessibility-in-vue-js/

#vue
👍2
Re-Creating The Pop-Out Hover Effect With Modern CSS

Temani Afif shows how to combine CSS masks, CSS variables, trigonometric functions, @property, and more to create a neat hover effect that would have been extremely difficult to create even a few years ago without the latest and greatest that CSS has to offer. - https://www.smashingmagazine.com/2023/09/re-creating-pop-out-hover-effect-css-part1

#css
👍3🔥21
Best VueUse Composables

VueUse has a massive collection of fantastic composables. But with so many, it can be overwhelming to look through them all. With this article, we’ve put together this list, to showcase some of the best Vue composables that deserve some extra attention. - https://medium.com/vue-mastery/best-vueuse-composables-72dc82e2f90f

#vue
👍2🔥2