Peeky Testing, Vue 3.2 and JS Iterables
A new peeky way to test your apps, a wonderful article about iterables and the latest news from the Vue world
Project: Peeky- A test framework for the curious minds
Peeky is a new, fast, no config and fun test framework for your JavaScript and TypeScript projects with a rich GUI to interact with. It’s blazing fast, with future versions will support retires, testing web apps a plugin system.
Article: JavaScript needs more helper functions for iteration
This article explores iterations in JavaScript along with its quirks and explores approaches for implementing iteration helpers. It’s an interesting dive into the internals of JavaScript and how these iterators are implemented
Release: Vue 3.2
With significant performance updates, provision to create native custom elements with defineCustomElement
using Vue component APIs.