Echo JS

JavaScript Symbols: the Most Misunderstood Feature of the Language? … more Read More

Native JavaScript Routing?

We can update the URL in JavaScript. We’ve got the APIs pushState and replaceState : // Adds to browser history history.pushState({}, “About Page”, “/about”); // Doesn’t history.replaceState({}, “About Page”, “/about”); … more Read More

Dynamic Forms in Vue with Kendo UI Native Components

How can Kendo UI help you design and develop the perfect form in Vue with ease? Before We Start This post is suited for all levels of frontend developers who use Vue.js, so being conversant with beginner concepts and installation processes is not assumed. … more Read More

HTTP/3: Performance Improvements (Part 2)

Welcome back to this series about the new HTTP/3 protocol. In part 1, we looked at why exactly we need HTTP/3 and the underlying QUIC protocol, and what their main new features are. In this second part, we will zoom in on the performance improvements … more Read More

Echo JS

DeepfakeHTTP – Your 100% static dynamic backend Crystal React Bootstrap Dashboard … more Read More

Speeding up IndexedDB reads and writes

Recently I read James Long’s article “A future for SQL on the web”. It’s a great post, and if you haven’t read it, you should definitely go take a look! I don’t want to comment on the specifics of the tool James created, except to say that I think it’s Read more…

React Digest Issue #318

sponsor Looking for a Data Grid? This Tour of an Easy-to-Use React Grid Will Help You Decide Watch this video to learn about the feature set of the KendoReact Data Grid and quickly get an idea whether it’s a match. KendoReact Product Manager Carl Bergenhem … more Read More

Echo JS

events-to-async: Treat EventEmitter-like object using Async/Await, Async Iterator. I made a TommyBox “Hello, world!” app Unison Smart Web File Sync. UI/API/Events EfficientNet – image recognition model written in node and typescript … more Read More

Example of Using napi-rs with Electron

You can improve the performance of your Electron apps quite a bit by offloading intensive tasks to Rust. There are 2 main libraries out there to help you do this: Neon and napi-rs. As it stands today, Neon is more popular, with over 5700 stars on Github, … more Read Read more…