glortho/react-keydown

componentWillReceiveProps will be deprecated

Open

#87 ouverte le 24 sept. 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)JavaScript (40 forks)batch import
help wanted

Métriques du dépôt

Stars
 (505 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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?

Guide contributeur