glortho/react-keydown

componentWillReceiveProps will be deprecated

Open

#87 geöffnet am 24. Sept. 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (40 Forks)batch import
help wanted

Repository-Metriken

Stars
 (505 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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