Velo by Wix: Reduce server-side calls using a caching mechanism
In this article, we create a cache mechanism for backend (jsw) functions
- 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 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