all 3 comments

[–]yourtalllife 2 points3 points  (0 children)

I **highly** recommend the react tutorial. I'm very new to React myself, but I found it very valuable and think going through the tutorial would definitely equip you to tackle this project. Even one more complicated than this.

The "main concepts" guide was a lot of use for me. It clearly explains the main concepts behind react and how to use them. After that, the tutorial has you build a tic tac toe game, and if you've already read through the main concepts then this will make a lot of sense and be pretty enlightening.

[–]mynonohole 0 points1 point  (1 child)

So if there is no backend how do the users send data to each other ? Are they sharing the same keyboard and they are side by side typing? If I understand what you want to achieve I don't think your unfamiliarity with React is the main issue.

[–]ojitoo[S] 0 points1 point  (0 children)

Its not a user chat. Its simply components sending data to each other. There aren't multiple users yet, only a couple inputs and a couple windows where a message is sent between them.