solidjs / solid-router

A universal router for Solid inspired by Ember and React Router
MIT License
1.11k stars 138 forks source link

docs: change root element ids from app to root #336

Closed femincan closed 6 months ago

femincan commented 7 months ago

The root element ids in the examples changed from app to root. Because when we create a new solid-js app, vite uses root as the default.

ryansolid commented 6 months ago

Hmm.. and SolidStart uses app and will replace those templates eventually. Its a good thought, but I'm going to leave it as is for now.