Javascript
-
Speed up your React application
Use this one trick to speed up your react application up to 70%
read article -
Catch up on JavaScript 3: Clack, ipx, smtp-tester, and much more
Catch up on JavaScript is a series of useful libraries I'm posting daily on Twitter. This post features what I posted this week.
read article -
Catch up on JavaScript 2: Easepick, magic-regexp, Token CSS, and more
Catch up on JavaScript is a series of useful libraries I'm posting daily on Twitter. This post features what I posted this week.
read article -
Catch up on JavaScript: Cookie-es, TW Classed, Devalue, and more
Catch up on JavaScript is a series of useful libraries I'm posting daily on Twitter. This post features what I posted this week.
read article -
Email frameworks comparison in 2023
Email templates are what every app needs to have. I tried all and see what I pick at the end.
read article -
You may also like:
-
Typescript hints in your code samples
Adding code samples to your website is an excellent idea. It shows how the code should look like. It's hard to image npm package docs without code samples. Existing solutions are good when we want to...
read article -
Technical Failure #1: React hooks dependencies
React introduces hooks in 16.8 and everything changed. See how to manage dependency the right way and learn from my mistakes!
read article -
Write better code with AI
Artificial intelligence is most of the significant technology nowadays. It opens new ways on how we look at the data. Deepcode is the first real-time semantic code analysis powered by AI”.
read article -
State machines for the rescue
XState can help you build a more predictable and less error-prone application state using finite state machines
read article -
Astro: Meta framework of future web development
Astro is a meta-framework to build fast websites with opt-in javascript bundling of React, Vue, Svelte.
read article -
Is Preact worth checking in 2021?
Preact is a framework that aims to be fast with a smaller size alternative React with the same API. Let's see what it makes better than React.
read article