There are no tasks and exercises today.
Every day, I adjust the content based on feedback. Since there is not enough feedback, moving forward too fast is not a good idea. I decided to wait for one day.
Maybe we could continue the study this semester.
Contents of COMPSCI 732 on the canvas have been released. I've read the syllabus and course schedule of each module. Based on the modules we've seen, the topics are basic front-end development, though they have covered most of the aspects of knowledge of MERN.
My view of React is this: the beauty and purity of React is based on the fact that it has been built upon JS, nothing more. Not many technologies or new weird syntaxes have been introduced, like what all of you have seen in Svelte, which brought in more confusion and inconsistency. If there is something that could be called fresh, it would be JSX or Hooks. JSX is just a way of wrap JS code into HTML. Hooks are just pieces of code that are executed in a special chain that is organised by DLL. As long as you understand DLL, hooks will have no technique secret.
The JS language is crucial in fully understanding the principle of React. I would like to do deeper into advanced topics of JS. There is not much overlap with 732, and it can support 732 well.
There are no tasks and exercises today.
Every day, I adjust the content based on feedback. Since there is not enough feedback, moving forward too fast is not a good idea. I decided to wait for one day.
Maybe we could continue the study this semester.
Contents of COMPSCI 732 on the canvas have been released. I've read the syllabus and course schedule of each module. Based on the modules we've seen, the topics are basic front-end development, though they have covered most of the aspects of knowledge of MERN.
My view of React is this: the beauty and purity of React is based on the fact that it has been built upon JS, nothing more. Not many technologies or new weird syntaxes have been introduced, like what all of you have seen in Svelte, which brought in more confusion and inconsistency. If there is something that could be called fresh, it would be JSX or Hooks. JSX is just a way of wrap JS code into HTML. Hooks are just pieces of code that are executed in a special chain that is organised by DLL. As long as you understand DLL, hooks will have no technique secret.
The JS language is crucial in fully understanding the principle of React. I would like to do deeper into advanced topics of JS. There is not much overlap with 732, and it can support 732 well.