|
|
|
|
|
by victordg
4139 days ago
|
|
This is my first project in React.js and it was really nice to work with. The only part I struggled with was while building the table editor. I'm using contentEditable there and apparently React doesn't play well with it. The virtual DOM gets out of sync after user input and you have to manage it manually. I really enjoyed making this and I'm happy to hear any feedback about ways to improve it! :) |
|