I have a spring boot
application and now I try to implement SPA using reactJS
. But code completion doesn`t work in my IDE.
My version of Intellij Idea: ultimate 2017.1
I try to add react library in Preferences|Languages&Frameworks|JavaScript|Libraries
but I could not find react
in this list.
I try to add types with npm install @types/react --save
but nothing has changed