issues
search
ZFGCCP
/
ZFGCBB-React
front end for zfgcbb
2
stars
0
forks
source link
feat(frontend): add layout convention to router
#22
Closed
gm112
closed
1 month ago
gm112
commented
1 month ago
Adds convention to where pages export a property named
layout
, which is a React component that can be lazily loaded if need be.
Closes #21
Updates vite config to use
@vitejs/plugin-react
over
@vitejs/plugin-react-refresh
as the package was deprecated.
layout
, which is a React component that can be lazily loaded if need be.