Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48986

Function Redirect to another page

$
0
0

Hello, i need to redirect if the user onclick, the function verify if is good and redirect

const auth = async () => {
        let token = false
        await isToken()
            .then(response => {
                token = response
            })
        if (token) {
            return (
                <IonRouterOutlet>
                    <Route path="/events" component={Events} exact={true}/>
                    <Route path="/" render={() => <Redirect to="/events"/>} exact={true}/>
                </IonRouterOutlet>
            )
        }
    }

return (<IonButton onClick={(e) => auth()}>teste redirect</IonButton>)

my code doesn’t work, if you have any documentation because I haven’t found much
or maybe I missed a fundamental principle in the architecture of the code.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 48986

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>