Anh Le (Andy)

Results 29 comments of Anh Le (Andy)

@jmar777 ping ping ping

@jmar777 ping ping ping

@danielhfrank Anything to say?

@mp911de Is this issue resolved by https://github.com/lettuce-io/lettuce-core/issues/672?

@danmo Please check this snippet: ```js } /> ```

@ericraio That's a good approach. Additionally, I think we could modify class `Router` to allow any one call its transition methods. For example, currently we have: ``` jsx onForward(nextRoute, navigator)...

@ericraio , @shakdoesgithub I've read the code in class `Router` and found out that: the router already exposes such navigation functions: ``` jsx // line #279 this.toRoute = goForward; this.toBack...

@ericraio How come? Here is my code: **The app** ``` jsx import React, { StyleSheet, View, Text } from 'react-native'; import Router from 'react-native-simple-router'; import LaunchPage from './pages/LaunchPage'; const firstRoute...

@altschuler I think it should be the responsibility of lower middlewares as pointed out by [this article](https://dev-blog.apollodata.com/a-guide-to-authentication-in-graphql-e002a4039d1) of @helfer. Btw, if you're using Hapi, [hapi-nes](https://github.com/hapijs/nes) provides `subscription filters` that you...