Build a simple react modal component - Part 2

preview_player
Показать описание
and add the feature to close the modal when the ESC key is press.

Рекомендации по теме
Комментарии
Автор

Once again. Very useful and clear instructions. Thanks a bunch!

deindedawodu
Автор

can you implement some animation to the modal? Like a bounce or curve fade in

jvalal
Автор

if(e.which === 27 && this.props.show)
gives me Uncaught TypeError: Cannot read property 'show' of undefined
at HTMLDocument.onKeyUp

christopherparello
welcome to shbcf.ru