Files
PyUIBuilder/notes.md

11 lines
422 B
Markdown
Raw Normal View History

### State management in react is a f*king mess
2024-09-26 13:47:05 +05:30
### Migrate to TypeScript
2024-09-23 19:31:30 +05:30
2024-09-25 17:27:12 +05:30
### Don't use delete keyword to delete keys from object, it becomes hard to debug
2024-10-01 11:22:45 +05:30
### 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