# Navigation-Compose and Fragments in Jetpack Compose: Experience and Trade-offs

DevFeed: [Navigation-Compose and Fragments in Jetpack Compose: Experience and Trade-offs](<https://devfeed.tech/articles/why-using-navigation-compose-in-your-jetpack-compose-app-is-a-bad-idea-25523.md>)

Original publisher: [Read original article](<https://patrykkosieradzki.com/why-using-navigation-compose-in-your-jetpack-compose-app-is-a-bad-idea>)

Published: 2022-02-13T00:00:00Z

Content type: opinion

Language: en

Sources: [Patryk Kosieradzki](<https://devfeed.tech/sources/patryk-kosieradzki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [navigation](<https://devfeed.tech/topics/navigation.md>), [Android](<https://devfeed.tech/topics/android.md>), [Compose](<https://devfeed.tech/topics/compose.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [navigation-component](<https://devfeed.tech/tags/navigation-component.md>), [opinion](<https://devfeed.tech/tags/opinion.md>)

## AI overview

The article compares Navigation-Compose with Fragments for navigation in Jetpack Compose applications. Based on the author's experience, it discusses concerns about route paths and navigation arguments, while presenting the author's opinion on the trade-offs of each approach.

## Source excerpt

Navigation Compose issues that will break your Android app and how to avoid them.