Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JSX routes insted of static array of routes #148

Open
Thihup opened this issue Mar 2, 2020 · 0 comments
Open

Use JSX routes insted of static array of routes #148

Thihup opened this issue Mar 2, 2020 · 0 comments

Comments

@Thihup
Copy link

Thihup commented Mar 2, 2020

Is there a way to use the routes like this?

ReactDOM.render(
    <BrowserRouter>
        <ReduxAsyncConnect>
            <Switch>
                <Route path="/path/1" component={Component1} />
                <Route path="/path/2" component={Component2} />
            </Switch>
        </ReduxAsyncConnect>
    </BrowserRouter>, 
    document.getElementById('main-container')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant