Programming/react.js2019. 2. 20. 20:04

react.js로 node.js 상관없이(?) 단독으로 프로젝트 생성해서 하는걸 보다가

node.js 로 생성된 프로젝트에 react.js를 추가하는걸 찾는 중

[링크 : https://github.com/velopert/react-express-hmr-example?files=1]

[링크 : https://velopert.com/1552]


(당연하지만) react 쪽은 javascript로 작성하고

node쪽에서는 단순히 react로 의해 생성되는 bundle.js를 script를 통해 불러오면 끝


react.js는 backend와 연결이 없는 단순 frontend 뷰 엔진이다 보니

그런식으로 구현이 가능 한 듯 하다.

'Programming > react.js' 카테고리의 다른 글

react.js + bootstrap?  (0) 2019.02.10
react store / flux pattern  (0) 2019.02.01
react.js context, component thru  (0) 2019.02.01
react import {}  (0) 2019.01.31
react html to jsx  (0) 2019.01.29
Posted by 구차니