React
Categories
-
Development
Introduction to React useMemo and How To Use It
useMemo is an important hook for handling heavy repeating computations in React and in this tutorial you will get introduced to it and see when and how you can apply the hook.
-
Development
Tutorial: Introduction to React useCallback
React comes with a lot of great hooks and useCallback is one of them. In this article, you will get introduced to the hook and see in which cases you can use it.
-
Design
Become a web designer: Best books on the market to get you started
Do you want to become a self-taught web designer? Here is a list of the best books on the market to get you started with your new career. The books are proven to work since most of them were used when I first started my career.
-
Development
How to do code splitting using React.Lazy, Typescript and Webpack
It is very popular to use React for your web applications today, but did you know that you can optimise your project a lot by using React.Lazy with Webpack to code split your project into chunks? Here is a simple tutorial on how you can get started splitting your code into chunks with React.Lazy.
-
Development
Svelte vs. React vs. Angular - Why Svelte is more environmental friendly
Both Svelte, React and Angular has an impact on the environment, but why is Svelte the most efficient / environmental? Find out exactly how much CO2 each framework emits here and choose the most environmental for your projects!