DEV Community

Discussion on: How to Easily Customize The AWS Amplify Authentication UI

Collapse
 
ivashka007 profile image
Ivan Krasulya

Good article, but I do not quite understand how App and AppWithAuth are interrelated. What component do we include in index.js? And how do we generally connect AppWithAuth?

Collapse
 
kylegalbraith profile image
Kyle Galbraith

At the highest level, you would include AppWithAuth as the entry point for your app. This allows you to wrap your entire application with an authentication layer as demoed here.