Velo By Wix: Types definitions for Custom Components
How to add support type checking for DOM elements in Velo using TypeScript Triple-Slash Directives
- Alexander ZaytsevHow to add support type checking for DOM elements in Velo using TypeScript Triple-Slash Directives
- Alexander ZaytsevLearn how to optimize data retrieval and reduce the Wix site load time
- Alexander ZaytsevIn this article, we look at how to add hotkeys to your Wix site with the Custom Element and tiny npm library
- Alexander ZaytsevHow to add a global JSDoc types definition in Velo
- Alexander ZaytsevChrome extensions for downloading Velo code directly from the web editor to your computer
- Alexander ZaytsevBuilt-in code checker, JSDoc annotations, and TypeScript compiler in Velo
- Alexander ZaytsevHere's my third post about event handling in repeated items. I'll show you a method that has always been mentioned in the documentation. I'm surprised that I hadn't noticed it earlier.
- Alexander ZaytsevGet the child elements inside a parent node. In this post, we take a look deeper at $w() selector and try to filter children elements by the specific parent node
- Alexander ZaytsevIn this post, we look at concurrent hide/show animation behavior in Velo APIs, when one of the animation effects can't start because a previous one isn't finished yet
- Alexander ZaytsevA set of short links for creating a new site on Wix, Velo, Editor X and Wix Studio
- Alexander ZaytsevCreating a custom pagination element with Velo
- Alexander ZaytsevOnline checker of performance benchmarks for Velo Secrets Manager
- Alexander Zaytsevnpm library with utils for event handlers in Repeater
- Alexander ZaytsevOnline checker for the current Node.js version on the Velo backend
- Alexander ZaytsevIn this article, we create a cache mechanism for backend (jsw) functions
- Alexander ZaytsevIn this post, we consider building a scalable message channel for large numbers of events between Velo and iFrame using the Event and Listener model.
- Alexander ZaytsevThe wix-data methods for saving data has a side effect that I have spent a few hours debugging. In this post, I share how it goes
- Alexander ZaytsevIf using npm dependencies in the project, then the way of importing code from the package may influence the bundle size. In this note, we consider a few ways of importing modules and try to find the best one
- Alexander ZaytsevIn this post, we consider why we shouldn't nest event handler inside the Repeater loop and how we can escape it
- Alexander ZaytsevIn this article, we explain how to manage an state in Velo with a light-weight and robust solution: Storeon, an event-based state manager
- Alexander ZaytsevВ цій статі ми розглянемо, як за допомогою JavaScript та Node.js за 15 хвилин створити власний HTTP API, що повертатиме згенерований QR-код.
- Олександр ЗайцевThe $w.Repeater most popular element on Wix sites and it's the first killer of performance. In this article, we look at how we can do the repeater faster
- Alexander ZaytsevVelo API doesn't provide a hover event on the repeater container. In this post, we look at one way how we can imitate the hover event.
- Alexander ZaytsevПодсветка кастомных файлов/расширений в редакторе VS Code
- Alexander ZaytsevПеревод статьи, Samantha Ming: "A Guide to CSS counter"
- Samantha Ming