Want to create a note taking app
Unanswered
West African Lion posted this in #help-forum
West African LionOP
Hi all, I want to develop a note-taking app with markdown and syncing support. is NextJS a good choice for this or I should use plain react?
Also, if NextJS is a good choice, then can anyone please guide me to some tutorials etc?
Also, if NextJS is a good choice, then can anyone please guide me to some tutorials etc?
5 Replies
Toyger
if you want to make site only, then nextjs is fine, but if you want to make some apps like on electron then react is better
West African LionOP
I'm planning to create web app only
@West African Lion I'm planning to create web app only
Toyger
then nextjs is ok, for text editor you can use
monaco-editorWest African LionOP
Perfect, thanks a lot. I'll be using better-sqlite3 for database part. I can't do static export with this right?
@West African Lion Perfect, thanks a lot. I'll be using better-sqlite3 for database part. I can't do static export with this right?
Toyger
you can't use sqlite, at least on vercel, they use read only ephermal disks, so you can't store sqlite there.
only if you'll host nextjs on your own.
only if you'll host nextjs on your own.