How to implement service(concept in AngularJS) -like component in React

后端 未结 5 1876
忘掉有多难
忘掉有多难 2021-02-01 17:45

All:

I am pretty new to React from AngularJS. In AngularJS, there is service dependency inject which can provide a service instance to do data fetching, processing, etc

5条回答
  •  梦谈多话
    2021-02-01 18:09

    In reactjs we use the flux pattern to provide data handling. Here is an example of that with reflux. React with Flux: is this the dogmatic pattern or are there equal/better options?.

提交回复
热议问题