Excited to share my latest blog post on leveraging React Select Creatable for multi-select options in React! Discover how to create dynamic and user-friendly selection interfaces with ease. Read more: dev.to/parth24072001/masteri…#React#ReactSelect#WebDev
an in some cases, ex: <select>, <ReactSelect>, <Popover> it probably would be beneficial to expand the action space further rather than modeling it as a series of actions
TYPESUBMIT, SELECT_OPTION, HOVER
Today I went back working on my Solomodo invoicing form after a week off. I'm still learning to style React/Chakra components properly. Now I need to apply the same styling to ReactSelect, getting there! Thanks to @pagebakers for all his help and patience 🙏 #buildinpublic
2) Через PropTypes не проверить параметры/return type функции — вообще никак.
То есть если компонент <ReactSelect onSelect={handleSelect} /> передаёт в onSelect строку, а ты в handleSelect ожидаешь ивент, ты это словишь только при ручном тестировании