> For the complete documentation index, see [llms.txt](https://learn-micro.jrontend.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn-micro.jrontend.com/micro-frontende-giris.md).

# Micro Frontend'e Giriş

- [Micro Frontend Nedir ?](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-nedir.md): Micro Frontends, günümüzde modern web uygulamalarının daha verimli ve esnek bir şekilde geliştirilmesine yardımcı olan bir mimari yaklaşımdır.
- [Micro Frontend Mimarisi](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-mimarisi.md): Micro frontend mimarisi, web uygulamalarının ana uygulama ve bağımsız parçalar olarak adlandırılan küçük frontend uygulamalarından oluşan bir yapıya sahiptir.
- [Micro Frontend Uygulama Tasarımı](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-uygulama-tasarimi.md): Micro frontend mimarisi, ana uygulama ve bağımsız parçalar olarak adlandırılan frontend uygulamalarından oluşur. Ana uygulama, tüm parçaların yönetildiği ve entegre edildiği bir arayüz sunar.
- [Micro Frontend Geliştirme Süreci](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-gelistirme-sureci.md): Micro frontend geliştirme süreci, web uygulamalarının daha küçük, bağımsız parçalara bölünmesi ve her bir parçanın farklı bir ekibin sorumluluğunda olması anlamına gelir.
- [Micro Frontend Uygulama Senaryoları](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-uygulama-senaryolari.md): Micro frontend mimarisi kullanılarak geliştirilebilecek birçok farklı senaryo vardır
- [Micro Frontend Güvenliği](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-guvenligi.md): Micro frontend mimarisi, modern web uygulamalarının geliştirilmesinde giderek daha yaygın bir şekilde kullanılmaktadır. Ancak, Micro frontend mimarisi, güvenlik açıklarının oluşması mümkündür.
- [Micro Frontend Örnekleri](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-ornekleri.md): Facebook, Netflix ve Shopify gibi ünlü şirketlerin bu mimariyi kullanmaktadır.
- [Micro Frontend Karşılaşılan Zorluklar ve Çözümleri](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-karsilasilan-zorluklar-ve-cozumleri.md)
- [Micro frontend Geleceği](https://learn-micro.jrontend.com/micro-frontende-giris/micro-frontend-gelecegi.md): Micro frontend, günümüzde giderek daha popüler hale gelen bir yaklaşım ve gelecekte daha da yaygınlaşması bekleniyor.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn-micro.jrontend.com/micro-frontende-giris.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
