Files
PyUIBuilder/notes.md
2024-09-26 13:47:05 +05:30

9 lines
383 B
Markdown

### State management in react is a f*king mess
### Migrate 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.