Skip to content

Instantly share code, notes, and snippets.

@kubk
Created March 9, 2021 11:38
Show Gist options
  • Save kubk/d874ad358bf7b124f725e0abef2132d0 to your computer and use it in GitHub Desktop.
Save kubk/d874ad358bf7b124f725e0abef2132d0 to your computer and use it in GitHub Desktop.
Почему React context не замена стейт-менеджеру
Ссылки:
- Лишний ререндер: https://codesandbox.io/s/usecontext-problem-b6evb
- Переизобретают Mobx с массой ограничений: https://habr.com/ru/post/546124/
- Разработчики из Atlassian не смогли переписать react-beautiful-dnd с Redux на контекст из-за проблем с перформансом: https://github.com/atlassian/react-beautiful-dnd/issues/1576#issuecomment-549643226
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment