Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Here is the link to the website. Just have a glance at it.

The website is written in react. On the right side, some json content is being displayed. That's some random meeting details being fetched from an API. Basically that API sends some of the meetings from an entire list. Now, I want to add CRUD operations for new meetings on the left side of the page. I tried to use firebase's real time database, but all the tutorials for it are outdated and I keep running in errors(I am new to react). Delete operations are not necessary, but will be better to have it.

I want to know what else can I use, because I will be hosting this site on github-pages, and maybe some database services might not work with it. I don't think I can use firebase's database service, not sure.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
409 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...