Tech corner - 31. August 2023

The hottest web tech trends

header_image

Hello readers!

Just as we do every month, we've pulled together a selection of articles from the world of web tech that we think are worth sharing…

Find out how to use the four new JS array methods, get insights into React’s concurrent mode, learn the new tooling, and much more.

Happy reading!


How does concurrent mode in React work?

This article explains why React can become slow to render even with its asynchronous rendering model, how the concurrent mode improves this, and how this can be even further improved. Have a read to find out! 


New JavaScript array methods

ECMAScript 2023 introduces four new JS array methods that all help to avoid array mutations. These new methods replace the legacy implementation when it comes to a clean functional approach without side effects. Check out the post to learn more about each of them. 


Network overrides in Chrome DevTools

In the recent new version, Chrome DevTools introduced a cool feature that allows you to override network requests. And it allows you to not only modify the request headers, but also the body. Find out more about this and other new features in the article.


Knip – a tool for finding unused project content

Knip is a new automated tool designed to help bigger projects get rid of unused files, dependencies and code exports. Check out the article to learn more about this useful new tool and find out how it can improve your code base.

NPM Graph – online dependencies visualization

NPM Graph is a handy online tool that helps to visualize the dependency tree of your project and allows you to download the resulting graph as an SVG for further analysis. Click on the link to check it out and have a play around! 


blog author
Author
Jozef Radoňak

Forward Deployed Engineer specializing in web development, staying current with the latest web technologies and mentoring other engineers as the field evolves. Business-oriented and increasingly focused on AI, he brings both perspectives to solving problems for clients end to end.

Read more

Contact us

Let's talk