cqupt-yifanwu / blog

react+react router+node(express)+mongodb+webpack 栈
MIT License
136 stars 34 forks source link

链接咨询 #5

Open subhacker opened 7 years ago

subhacker commented 7 years ago

HI 我也在寻找react与express之间的配合。刚看了你的代码,有点疑问: 1)当请求的是主页的时候,app.js中app.use('/', routes);是如何自动跳转到public中的index.html文件的? 2)app.use('/', routes);中的routes中定义的是res.render('index', { title: 'Express' });,但是该行并没有执行,是什么原因来着?

cqupt-yifanwu commented 7 years ago

路由 / 会自己去找index