Skip to content
Discussion options

You must be logged in to vote

It's great to see you exploring Zustand for the first time, and thank you for the interesting observation regarding capitalization in the German language!

In the case of library names like "zustand" or "jotai," the preference for lowercase is a common convention in the JavaScript ecosystem, where package names are typically written in lowercase to maintain consistency and simplicity in imports and usage across different projects.

However, if you prefer to capitalize "Zustand" for aesthetic or personal reasons, you can definitely customize it when importing the library using an alias or renaming the import in your code. Here's a simple example using Zustand with a capitalized alias:

import { 

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@binarykitchen
Comment options

Answer selected by binarykitchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants