dougu4704 2017-05-25 23:01
浏览 257
已采纳

在PHP框架中使用React。 我如何进行路由?

I have a website written using Kohana Framework. The way I've been doing things in my controller is like so:

public function action_about() {
    $this->template->body = View::factory('main');
    $this->template->body->set('main', 'about');
}

I've gone through a React tutorial where react router is used. To go from page to page, I had a function like so:

goToAbout(event) {
    event.preventDefault();
    this.context.router.transitionTo('about');
}

The way I understand it, if I'm adding React to an MVC framework, it should simply replace the V. That would mean I should still be using my framework's routing and controller. This is where I'm stuck. What am I missing?

  • 写回答

1条回答 默认 最新

  • douqinlin5094 2017-05-25 23:19
    关注

    In this circumstance, it augments the "View" layer of your application. You still have to render a view with your server side framework, but you can let React take care of everything after that. For example, suppose your react app has three routes "/users", "/users/:id", "/users/new". The routing in your server side framework (Kohana) must still respond to these routes.

    However, instead of rendering a custom view for each route, you would render out the same view in each controller - a view that includes the Javascript to mount your React app.

    Once your React app is mounted to the page, it will take care of parsing the URL and mounting the correct component.

    PS. Alternatively, if your server side framework allows it, you might also map each URL to the same controller to render the aforementioned view.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算