A lot of the modern web apps have moved from older JavaScript solutions like jQuery to newer technologies. People are often drawn towards using React.js, Vue & Angular thanks to the benefits of isomorphic (or universal) rendering and the... (more…)
Read more »
A (WIP) Extremely fast JavaScript linter and Rust crate - RDambrosio016/RSLint... (more…)
Read more »
A play by play in successfully reducing first load JS bundle size by 25% with code splitting via dynamic imports, and getting all NextJS pages into the green zone.
(more…)
Read more »
A JavaScript SDK for Ethereum and the Compound Protocol. - compound-finance/compound-js... (more…)
Read more »
JavaScript setInterval() method either call a function evaluates an expression at specified number of milliseconds. This method continues to call/evaluate the expression until window is called. Another way to stop this method is by calling clearInterval()... (more…)
Read more »