WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
68 stars 12 forks source link

Improved Router/Routing #131

Closed WolfyScript closed 2 weeks ago

WolfyScript commented 1 month ago

This PR improves the way paths are resolved and gets rid of the old idea of Outlets.

Nested Routing is plainly done using multiple Router components now. This way Components outside a Route View can persist across all routes.