dwyl/learn-redux

Usage of AJAX in Redux

開放

#43 建立於 2017年4月4日

 (4 則留言) (3 個反應) (0 位負責人)HTML (42 個分叉)batch import
help wantedquestion

倉庫指標

星標
 (446 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hello All,

I am working on a project which involves the React+Redux+GraphQL(Apollo Tools) and Backend is HapiJS+Rest+GraphQL(Apollo)

I had created a PoC to see the feasibility of this tech combination (stack). It worked very well.

Though I was already halfway on the current project and had built the Auth system in basic REST API which can be seen at https://github.com/pankajpatel/heimdall; and other supporting system plugins like following to quickly make the REST APIs.

Now the problem I am stuck with is that I want to use the Auth system with REST API and remaining system with GraphQL and struggling to get it up and running.

This is my first project with Redux; I had built the projects with Flux and calling the API was not much of the problem. I know that its easy here in Redux as well, but maybe I'm missing something because of which it is not working.

Thanks.

貢獻者指南