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

Admin: @andrey2019
Download Telegram
A “Wordle” on Test Driven Development in Vue.js

This course guides you through creating a Wordle game from scratch using Test-Driven Development. Enhance your Vue 3 and composition API skills while mastering testing with Vitest and Vue Test Utils. - https://vueschool.io/courses/a-wordle-on-test-driven-development-in-vue-js

#vue
Execa 9.0: The Better child_process Gets Even Better

Less shell-oriented than zx, execa focuses on making executing external commands secure, cross-platform, and easy to debug. v9 lets you make commands iterable so you can process their output on the fly, map/filter both input and output, pipe multiple commands, and more.  - https://medium.com/@ehmicky/execa-9-release-d0d5daaa097f

#nodejs
How to Build Accessible Vue.js Applications

This article serves as a guide for you to learn the strategies for building inclusive applications using Vue.js. - https://medium.com/vue-mastery/how-to-build-accessible-vue-js-applications-8dca9df3608e

#vue
Hot Hook: Simple Hot Module Replacement for Node + ESM

Following directly on from the Adonis news (above), Hot Hook is the library they use to pull it off, but it can be used to enhance apps that aren’t Adonis-based, too. - https://github.com/julien-R44/hot-hook

#nodejs
Vue Tip: Validate Emitted Events

Vue.js provides us with emit functions, which are essential when we want to communicate with the parent component from the child component. In this piece, we will explore how to implement validation in emitted events within the Vue.js framework. - https://blog.devgenius.io/vue-tip-validate-emitted-events-6e823a5a115f

#vue
How to Use Object Recognition with TensorFlow.js and Vue 3

TensorFlow.js is the JavaScript version of TensorFlow, enabling the training and execution of machine learning models in the browser. This makes it a suitable tool for web applications and browser-based artificial intelligence projects. This article will provide a guide to implement AI object recognition with Tensorflow.js and Vue 3. - https://dev.to/eralpozcan/how-to-use-object-recognition-with-tensorflowjs-and-vue-3-3glb

#vue
Say Hello to the React Compiler

Last week’s React Conf was quite the banger, as the kids say nowadays. The biggest reveal was the open sourcing of React’s experimental compiler, a tool designed to optimize React code at build time. Want to play without breaking everything? They created an React Compiler Playground so you can experiment. - https://react.dev/learn/react-compiler

#react