by lifeplusplus on 12/25/24, 8:45 AM with 0 comments
I'd definitely disable use context
I'd provide simple global state..
For any component if you wanted know what data it gets there would be only one source, props.
Lifecycle methods will be simple: before, during, after..
Probably eliminate function syntax and go back to class syntax which is cleaner...
Discourage typescript but allow prototypes for better autocompletion