Mike Cavaliere
Mike Cavaliere
Swimm is a tool that claims to auto-generate code documentation and keep it up to date. Let's attempt to integrate it, and gauge its usefulness. @mcavaliere and @cmejet are connected...
Fix #242 ## Changes Sets _app.tsx up to render a getLayout function for any page (or component) if it exists. This allows faster navigation between pages, since layouts that are...
To keep page transitions snappy, we should be using page layout components and static `getLayout` methods. This allows us to have centralized header/footer content that doesn't get re-rendered when going...
in the `yarn g:component` hygen command, choosing Class instead of SFC still outputs a functional component.
I can't think of a reason these wouldn't be a good default to have. Every project has forms, and these are prob the accepted preferred tools out there.
We should generate these as part of the template. Otherwise if we accidentally make the initial commit without it, it'll have all the node_modules stuff in there.
See below image. I asked for "buttons" and got "button" :) If this is by design, a warning (with an override flag) might be a good idea. 
Great project! Have you thought about adding a config file and script so that people can generate the landing page and only import the sections they want (just like Shadcn-ui...
Hello! Thanks for creating a cool port of a cool lib. I'm trying to get it running and am hitting rate limits, see below. This seems to happen no matter...