#I dont know how to create dynamic routes on remix shopify app template

1 messages · Page 1 of 1 (latest)

ebon mango
#

you need to create $handle/_index route to have index page and custom for that

#

if you put <Outlet /> in the $handle, you'll need to move index code to _index. and so code in $handle will be a layout for both routes