Files
PyUIBuilder/notes.md
2024-09-25 17:27:12 +05:30

9 lines
382 B
Markdown

### State management in react is a f*king mess
### Update to TypeScript
### Don't use delete keyword to delete keys from object, it becomes hard to debug
## F\*CK Javascript, why the fu\*k, this.bind(this), class sucks in js, you can also use arrow functions, but you won't be able to override it in the subclass, because arrow functions, inherits from the surrounding context.