Sunday, 14 March, 2021 UTC


Summary

sponsor
Don’t panic, but your source code is showing!
Protect your app from getting hacked or reverse engineered with JSDefender, PreEmptive Protection for JavaScript. See why we’ve been the #1 obfuscator for 20+ years. Integration is easy, trials are free, and includes support.
this week's favorite
Sticky Table Header with React Hooks
Using a <table /> element instead of flexbox for data presentation is a good thing. How to turn the table header sticky with the help of React in that case? How to apply the solution into a production code? This blog post is all about that.
React State: A simple and easy to follow breakdown
Understanding React state can be difficult for developers new to React. Let's make it easier!
How to write a React Component in TypeScript
There are plenty of ways to do it, here's how I recommend typing React Components.
Low-Level Charts in React
If you’re a frontend developer and you start working on an analytics app, then data visualization will soon become a topic of high importance. So what do you usually do when your project requires something more than casually using chart libraries? That’s when a low level visualization library comes in handy.
Test-driven Development and React
In this article, I am going to share with you an approach to doing application development with React in a test-driven fashion — a truly powerful, yet neglected art. Think of it as a unicorn of the programming paradigms — it makes a lot of sense, yet doesn’t exist in real life. Or does it?