There are many articles written about React performance optimizations. In general, if some state update is slow, you need to: Verify youâre running a production build. (Development builds are intentionally slower, in extreme cases even by an order of magnitude.) Verify that you didnât put the state higher in the tree than necessary. (For example, putting input state in a centralized store might no
{{#tags}}- {{label}}
{{/tags}}