Fluxible Router- Fluxible 应用程序路由

网友投稿 638 2022-10-14

Fluxible Router- Fluxible 应用程序路由

Fluxible Router- Fluxible 应用程序路由

Fluxible Router Fluxible 应用程序的路由。

特征:

同构路由高阶组件处理历史和路径nevigateAction 可用于改变路径更新至 React 0.13遵循磁通流动

示例代码

var Fluxible = require('fluxible');var Router = require('fluxible-router');var React = require('react');// Componentvar App = React.createClass({    mixins: [Fluxible.FluxibleMixin], // Calls onChange when storeListeners emit change    statics: {        storeListeners: [Store]    },         getInitialState: function () {                  return this.getStore(Store).getState();    },         onChange: function () {                  this.setState(this.getStore(Store).getState());    },    render: function () {             return {this.state.foo}    }});// Appvar fluxibleApp = new Fluxible({    component: App});fluxibleApp.registerStore(Store);// Bootstrapvar context = fluxibleApp.createContext();context.executeAction(action, 'bar', function () {    console.log(React.renderToString(context.createElement()));});

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:集合框架_HashSet存储字符串并遍历
下一篇:集合框架_HashSet保证元素唯一性的代码体现及图解
相关文章

 发表评论

暂时没有评论,来抢沙发吧~