glortho/react-keydown

componentWillReceiveProps will be deprecated

Open

#87 opened on Sep 24, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (505 stars) (40 forks)batch import
help wanted

Description

According to React, using componentWillReceiveProps() is a bad idea and it will be deprecated soon, version 17 seems to be the last supporting the method with that name.

When using keydown for classes, what should be the proper way to handle the key events?

Contributor guide

componentWillReceiveProps will be deprecated · glortho/react-keydown#87 | Good First Issue