An open API service indexing awesome lists of open source software.

https://github.com/leon/bug-remix-index-route

A demo showcasing how we should be able to do index routes
https://github.com/leon/bug-remix-index-route

Last synced: 7 months ago
JSON representation

A demo showcasing how we should be able to do index routes

Awesome Lists containing this project

README

          

### A normal layout where the wrapper around the mdx files needs to be different from the index route

By specifying `articles.index.tsx` that indicates that I don't want to render the index route with the same wrapper, since most blog posts have a different layout then the blog start page.

currently this causes

```
Path "articles" defined by route "routes/articles" conflicts with route "routes/articles.index"
```

but I think it should be possible