Files
PyUIBuilder/notes.md
2024-10-01 11:22:45 +05:30

11 lines
422 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), classes 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.
## Running a build: serve -s build