Echo JS

npm – Catching Up with Package Lockfile Changes in v7 Is it wrong to demand features in open-source projects? Fastify RESTful API Feature your project in our 490+ Makers Discord – networking & feedback How to load JavaScript files to enable DOM element click Express in React! React Backend! Whut?! Read more…

Fix “no such file or directory, scandir”

After 15+ years in the web development industry, and seeing the landscape of tooling change, I’ve really lost patience with tooling errors. Like…Old Man Walsh just wants yarn install to work so he can get on with his work day. One recent error I ran … more Read More

Echo JS

⚡ Todo Application – An Open Source and Easy to Use Web Application ⚡ Reactjs on Backend … more Read More

react: Migrating DOM refs from createRef() to useRef()

In this lesson we replace `React.createRef()` with the `React.useRef` hook. The API is almost identical, so the there’s not much to it, if you’re already familiar with refs. In React, refs provide a way to store references to native DOM elements. Throughout … more Read More