- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @Urs_Boller
I recommend to use react-router to handle navigation in your app. Here is a simple working example that shows how to set up navigation.
Also if you plan to use TypeScript + React JSX, you should add a tsconfig.json file under your web-src folder with the following config:
{
"compilerOptions": {
"jsx": "react"
}
}
See https://en.parceljs.org/typeScript.html#when-using-react for more information.
Regards,
Stephan
Views
Replies
0 Likes
Total Likes