For not wasting my time exploring things that I am not going to use what exactly the things that I should know about the app level and the builder level ,I just want guide line no details
Loading
For not wasting my time exploring things that I am not going to use what exactly the things that I should know about the app level and the builder level ,I just want guide line no details
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Aman GuptaPosted Aug 13, 2024, 5:50 AM
Hi Mina,
For app level and builder level concepts, focus on the following key points:
App Level:
Entry Point: Understand how the app is initialized, typically through a main class or function.
Configuration: Be familiar with app-wide settings and configurations, such as routing, dependency injection, and global middleware.
Lifecycle Management: Know the basic lifecycle events (e.g., startup, shutdown) and how to hook into them.
Service Registration: Understand how services are registered and resolved at the app level.
Builder Level:
Fluent API: Learn how to use the fluent API to configure components, middleware, and services.
Incremental Configuration: Understand how builder methods chain together to incrementally build the app or component.
Extensibility: Know how to extend the builder with custom methods or middleware.
This guideline should help you focus on what's essential for getting started without diving into unnecessary details.
RobbstarkPosted Aug 13, 2024, 4:35 AM
Focus on the app's structure at the App Level and learn to create and style components at the Builder Level. This will give you a solid foundation without extra details.