#508 — October 31, 2023 Read on the Web Node v21.1 (Current) Released with ESM Detection Feature — “The new flag –experimental-detect-module can be used to automatically run ES...
Read More
browser
Transformers: JavaScript in Disguise
#630 — March 17, 2023 Read on the Web JavaScript Weekly 🤖 Transformers.js: Running ML Models in the Browser — Transformers are a type of machine learning model often...
Read More
Bringing JavaScript to WebAssembly
#625 — February 10, 2023 Read on the Web It looked quiet at first but wow, what an epic week this turned out to be. There’s a lot to...
Read More
Is React used instead of HTML?
Is React Used Instead of HTML? React is a popular JavaScript library used for developing user interfaces. It was created by Facebook and is now used by many companies,...
Read More
Why document.write() is bad
#622 — January 20, 2023 Read on the Web JavaScript Weekly Why Not document.write()? — Many moons ago, document.write was a mainstay of client-side JavaScript code, but it’s long...
Read More
Jump to local IDE source code while click the element of browser automatically
📖 Introduction A vite plugin which provides the ability that to jump to the local IDE when you click the element of browser automatically. It supports Vue2 & 3....
Read More
What is Webpack?
Webpack is a module bundler that lets you compile JavaScript modules (Files, Images, Fonts, JS, CSS, HTML, etc.). Webpack offers multiple functions, like merging modules, code minimization (or minimizing...
Read More
A Vue 3 component to make pagination, based on vuejs-paginate
vuejs-paginate-next A Vue.js (v3) component to make pagination, based on vuejs-paginate from lokyoung. Thank bverheec for his Vue.js v3 solution in issue #128. Easy to use by providing simple...
Read More
Vue live real-time avatar from your webcam in the browser
Vitar Vue live real-time avatar from your webcam in the browser. View Demo View Github Get Started Npm $ npm install @cloudgeek/vitar –save Yarn $ yarn add @cloudgeek/vitar pnpm...
Read More
Return YouTube Dislike: an open-source extension that returns the YouTube dislike count
Return YouTube Dislike Return YouTube Dislike is an open-source extension that returns the YouTube dislike count. Available for Chrome and Firefox as a Web Extension. Also available for other...
Read More