亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

How to use react in jsp page?
天蓬老師
天蓬老師 2017-06-14 10:53:46
0
2
1642

React normally, react-dom. Use react to insert components into a jsp page and report syntax errors. Can react be used in jsp? If it can be used, how should it be used? ?

天蓬老師
天蓬老師

歡迎選擇我的課程,讓我們一起見(jiàn)證您的進(jìn)步~~

reply all(2)
Ty80

First of all, you have to determine whether the react in your jsp page is written in es6 or es5. If you just want to use react in the jsp page, introduce the two packages react and react-dom and follow Ruan Yifeng's tutorial. Write, use es5 syntax to write

黃舟

Essentially it is possible, because they are all js code. The reason for saving may be that the latest version of react uses es6 syntax, but your browser does not support it. You can always use Babel to convert your react code to es5

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template