Skip to content

MongoDB Datenbank in Zustand integrieren #99

Answered by doemser
JoaLehma asked this question in Web
Discussion options

You must be logged in to vote

Du kannst das weiterhin in zustand handlen. Deine CRUD-Operations sind fetches und fetchen kannst du aus deinem useStore.

Hier ein Prototype zum Fetching mit der get-method in zustand, du kannst aber fetch functions mit jeder method in deinem useStore lagern und von überall aus deiner App, z.B. in einem useEffect, der auf irgendeine dependency hört, auf sie zugreifen :
https://codesandbox.io/s/fetching-with-zustand-js-0yopeo?file=/src/App.jsx

Schau mal ob du dich damit zurecht findest.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@JoaLehma
Comment options

@mpagels
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ahohnsen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Web
3 participants