Fork me on GitHub
#re-frame
<
2017-04-15
>
qqq05:04:38

1. I have done the css flexbox tutorial. 2. I need to display rows of a database. At this point, does it make more sense to wrap tables or use builtin re-com elements? And if I am to wrap a table, what flexbox settings should the table use?

dfcarpenter16:04:51

Has anyone used apollo with re-frame? Im looking to include the graphql client but not sure how to have redux play with re-frame ( if its possible )

tagore17:04:05

Hmm- I'm admittedly speaking from a position of some ignorance here, since I'm not very familiar with Apollo, but it seems like Apollo is not tightly tied to redux, right?

tagore17:04:38

I would be hesitant about trying to get re-frame to play with redux, but it seems like you shouldn't have to to use Apollo.

tagore18:04:11

Big disclaimer: the only one of the three I know well is redux.