Mike Cavaliere

Results 10 issues of 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...

documentation
help wanted
CI

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.

chore

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.

enhancement
question

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.

chore

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. ![image](https://user-images.githubusercontent.com/147237/71685932-b3399c00-2d67-11ea-9c3c-07ef34beebed.png)

bug

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...