Replies: 1 comment 3 replies
-
Imagine your Remix app like a house:
So, Remix uses conventions to automatically connect your |
Beta Was this translation helpful? Give feedback.
-
Imagine your Remix app like a house:
So, Remix uses conventions to automatically connect your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't understand How to make Index function at "_index.tsx" being used as Home Page?
and the function Layout() at "root.tsx" how to output the result from argument of "children"?
Also function App() how to being output the result via argument of "children" of Layout() function at "root.tsx"?
Remix Version 2.9.2
I'm still not understand the ideology of Remix Run how to generate the "Home Page" aka. "Index Page" and How to assign custom-name page to as index page. Hope someone provides me some clues to figure out the ideology.
Filename is app/root.tsx as below
Filename is app/routes/_index.tsx as below
Beta Was this translation helpful? Give feedback.
All reactions