#software-development
Read more stories on Hashnode
Articles with this tag
Here, we have to look at the specific requirements. Stick to YAGNI. Don't think another solution is more valid because it can handle future cases that...
No, it's not It's possible to pass setState as a prop in React. However, it's not the recommended way to deal with updating state triggered by child...
Debugging and Error Messages The displayName property in React helps create better debugging messages. When an error happens, a clear displayName...
Pieces of the entire stack and how things generally work. ยท Remix Remix is a web framework built on top of the Web Fetch API, allowing for deployment on...
Concurrency in JavaScript When running JavaScript in a browser, it may appear that JavaScript is multi-threaded, but it's not. JavaScript is a...
JavaScript is Single-Threaded JavaScript is a single-threaded programming language, which means it has a single call stack and can only execute one...