Rezact / Rezact

A JavaScript Framework/Library (call it what you want) that blends the best of svelte, solid, react, and many others.

Home Page:https://rezact.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Router should allow Function Components Directly

zachlankton opened this issue · comments

    {
      path: "/",
      component: () => import('./pages/Home'), 
// OR
      component: Home
    },