Skip to content

everyday.codes

personal blog by Michael Krasnov

  • feed
  • medium
  • about
  • night mode
  • search
  • search hide

Tag: performance

Simple Ways To Speed Up Your React App

july 6, 2020 by michael krasnov | tags: performance, react
Simple Ways To Speed Up Your React App

React is, arguably, the easiest UI library out there. But this easiness comes at a cost, which is performance. In this article, I will list some ways to improve the performance of your React app drastically.

read more “Simple Ways To Speed Up Your React App”

React.useMemo and when you should use it

february 12, 2020 by michael krasnov | tags: hooks, performance, react
React.useMemo and when you should use it

As your application scales, performance issues become more and more evident. While React is very well optimized and fast out-of-box, it is important to know the instruments it provides to make your code even faster. One of such instruments is React.useMemo hook and its sidekick, React.useCallback.

read more “React.useMemo and when you should use it”

Top Posts

  • How to use Latex in RMarkdown
  • how to do background geolocation in react native
  • Getting Out of Hook Hell: You Are Using React Hooks The Wrong Way
  • 7 really good reasons not to use TypeScript
  • How to write a simple math interpreter in Python

archives

  • June 2023
  • January 2023
  • December 2022
  • July 2022
  • May 2021
  • February 2021
  • January 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • August 2019
  • July 2019
  • June 2019

categories

  • best-practices
  • code-review
  • collections
  • crypto
  • fuchsia
  • google
  • graphql
  • java
  • javascript
  • life
  • linux
  • mobile
  • news
  • open-source
  • python
  • react
  • react-native
  • tutorials
  • Uncategorized

michael krasnov (c)
linkedin | github | telegram

This website uses cookies to ensure you get the best experience on our website. Learn more