Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Use common component declaration style #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

karlhorky
Copy link

The more common style for declaring components (eg. in official sources like React and Next.js docs) uses:

  • uppercase first letter in component names
  • function keyword to declare functions
  • export default to allow default imports (maybe less important in future)

@vercel
Copy link

vercel bot commented May 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zact-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2023 5:49am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant