glortho/react-keydown

componentWillReceiveProps will be deprecated

Open

#87 opened on 2018年9月24日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)JavaScript (40 forks)batch import
help wanted

Repository metrics

Stars
 (505 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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?

コントリビューターガイド