Материалы по теме 'vue' | DevsDay.ru

IT-блоги Материалы по теме 'vue'

IT-блоги Материалы по теме 'vue'


Разработка dev.to 18 мая 2024 г. 8:15

React JS is a JavaScript library built and maintained by Facebook. React is an efficient, declarative, and flexible open-source JavaScript library for creating simple, fast, and scalable frontends of web applications. The language used to build Reac...... читать далее

react frontend webdev javascript

Разработка dev.to 18 мая 2024 г. 4:13

Preface This is the first article in the series "Building a Vue 3 Component Library from Scratch." I have written several articles on this topic before, but upon reviewing them, I found many omissions and areas for improvement. Therefore, I decided...... читать далее

vue

Разработка dev.to 18 мая 2024 г. 2:27

Nos últimos tempos, ouvi falar bastante sobre o Astro! Um case recente que achei bem interessante foi a versão lite do site de noticías americano NBC news, que foi criado usando esse framework com a finalidade de ser bem mais performático e acessível...... читать далее

webdev astro beginners

Разработка dev.to 17 мая 2024 г. 21:28

Glimmer DSL for Web is a Ruby-in-the-Browser Web Frontend Framework that enables Rubyists to finally have Ruby productivity and happiness in the Frontend via a simpler, more intuitive, more straightforward, and more productive library than all JavaSc...... читать далее

ruby rails frontend glimmer

Разработка dev.to 17 мая 2024 г. 13:57

In the world of web design and development, having access to perfect icons is crucial. With the inclusion of awesome icons, these libraries offer a vast array of options that can be supplemented with other icon sets for versatile use. Icons play not...... читать далее

opensource javascript css frontend

Разработка dev.to 17 мая 2024 г. 10:11

You can read the interactive version of this blog post! The Problem In recent years I have developed a good number of websites. The basic structure is usually similar among them, but there are some tasks that always require a lot of effo...... читать далее

tailwindcss webdev tooling themes

Разработка dev.to 16 мая 2024 г. 21:29

Le chat en temps réel ou le chat dans le jeu augmente l'engagement des joueurs et favorise la fidélisation des utilisateurs. Le chat en temps réel permet aux joueurs de communiquer entre eux, ce qui favorise le sentiment d'appartenance à une communau...... читать далее

Разработка dev.to 16 мая 2024 г. 20:16

I've been seriously working in the web development work for the last 4 to 5 years, in this time I used sublime, atom, VS Code, RubyMine. Storytime I remember a while a go a junior developer used Neovim to edit their files, and he was a fa...... читать далее

development neovim code

Разработка dev.to 16 мая 2024 г. 18:40

Today we will describe how to effectively use Typescript with VueJS. I prefer modular code bases as they can follow some S.O.L.I.D principles: Single Responsibility, Open-Close Principle, and Interface (Type) Segregation. The task for to day is; Give...... читать далее

vue typescript vite bunjs

Разработка dev.to 16 мая 2024 г. 10:10

Are you ready to take your JavaScript development to the next level? Look no further than Astro JS, a groundbreaking framework that empowers developers to unleash the cosmic potential of their web applications project or blog. With its cutting-edge f...... читать далее

Разработка dev.to 16 мая 2024 г. 9:32

Dans ce guide, nous allons vous montrer comment automatiser le processus de sous-titrage multilingue pour vos vidéos en utilisant Make et ZapCap. L'objectif est de recevoir une vidéo dans Google Drive, de la soumettre à SubMagic pour générer des sous...... читать далее

Разработка dev.to 16 мая 2024 г. 6:41

This is a roundup of the best websites where you can find and download free HTML templates built with vanilla CSS and also every major framework. These high quality items will power up your websites, landing pages, blogs, portfolios, ecommerce and da...... читать далее

html css webdev frontend

Разработка dev.to 16 мая 2024 г. 2:09

What From the beginning of this chapter, I will be with you to understand a different framework from React and Vue Which use virtual DOM as the core, this framework is - Svelte. Author Just as we think of Dan Abramov when we think of...... читать далее

frontend svelte javascript

Разработка dev.to 15 мая 2024 г. 20:57

I often read questions on Reddit such as: How Svelte compares to X, Y, Z? What do I need SvelteKit for? How do I use it without SvelteKit?, I have my own existing backend! In this article I will try to explain it all. How Svelte comp...... читать далее

javascript webdev svelte react

Разработка dev.to 15 мая 2024 г. 11:08

Introduction Complex front-end applications demand reliable build tools that resolve dependencies, improve code quality, and ensure smooth workflow. Choosing the build tool is one of the most crucial decisions that depends solely on your project's...... читать далее

Разработка dev.to 15 мая 2024 г. 3:12

Les tableaux d'affichage et les tableaux de classement sont des éléments clés de la promotion de l'engagement des joueurs. Les tableaux d'affichage fournissent des informations vitales lorsque les joueurs sont engagés dans un match intense et sont né...... читать далее

Разработка dev.to 14 мая 2024 г. 17:52

1. Introduction: Vue.js Passkeys In this guide, we will walk through the process of integrating passkey authentication into a Vue.js application. This tutorial leverages Corbado’s web-js UI components to create a seamless and secure login experienc...... читать далее

vue web3 javascript beginners

Разработка dev.to 14 мая 2024 г. 14:36

I am currently working on upgrading an existing Vue project from version 2 to 3, which involves quite some breaking changes. I don't want to go into the details, but at one point it was useful to find all elements of a certain Vue component that were...... читать далее

html regex vue cli

Разработка dev.to 14 мая 2024 г. 14:31

In the realm of Django development, models, views, URLs, and templates form the cornerstone of every project. These elements converge to sculpt a full-stack Python based web framework, meticulously adhering to the MTV design pattern. However, this pr...... читать далее

django vue axios webdev

Разработка dev.to 14 мая 2024 г. 14:21

Tooltip libraries provide pre-built functionality and components to easily create tooltips, popovers, dropdowns, menus, and other floating elements. Which are usually anchored to another element on the page and can be triggered by different user acti...... читать далее

webdev javascript css beginners