Hi fellow humans. I wish to start developing for #nostr.

I will be pretty much starting off from the beginning.

#Chatgpt says to minmax my process i should start with #react.js

Any good react resources out there that can get me up to speed quick?

Beach pic for good vibes.

Reply to this note

Please Login to reply.

Discussion

I also meant ask react.js resources that help with basic nostr stuff.

Welcome home! šŸ«‚šŸŽØ

Why react? What are you planning on building?

Just getting my feet wet first creating user accounts maybe first and move on writing a simple client or a relay query tool. Start dmall and build it up.

I'm not sure why ChatGPT suggested react. It can help with the front end, but it's not a requirement, and personally I'm not at all fond of it haha.

It's also far quicker to get familiar with coding nostr without spending hours building an interface. Code the core logic and just pump out the results or summaries to via console.log or command line. Then start designing a UX and UI based when you've got a better idea what you're building.

What languages are you most proficient in? If you want to use JavaScript, there's a great nodejs library https://github.com/jb55/nostr-js

Udemy has a few. Steph Girder has some good courses. Wait till they go on sale (any minor or major holiday all courses go on sale).

Vue.js is a good one but I’m biased towards it! Perhaps a Node application is the better way to go and then build a UI on top of it.