Summary of study and life for the 80th week

  Today is November 21, 2020. I didn’t expect it to be eighty weeks, so remember it. The temperature has cooled down today, and I feel that I was still wearing autumn clothes yesterday, and I will wear a padded jacket tomorrow. This wave, this wave is a sneak attack by cold air, I have no defense, it is careless.

Front-end webSocket

  On Wednesday, I found an instant messaging demo on Code Cloud, thinking about adding the backend to the ReactUI project I did before, and making this a graduation project if possible.
  Originally, I didn’t report much hope, but after looking at the structure of his source code for a day, I seem to understand his code logic. Although I have not done this similar project, I have learned a lot from the demo, the most important of which is The part is webSocket. The group has never done this kind of long-connection project before. I hope I can get through this set of processes, and it is best to teach it to the next classmates, so that the group can be regarded as expanding its business.

React's pit

  Since I picked up React again, the UI project I did before followed the teacher to do it smoothly, but no one taught the next steps, it is really impossible to start, it is too difficult! No way. Borrowing Xiao Chen’s QQ account, she has a group that learns React and asks a bunch of dumb questions (someone said I might not understand async and await???), and finally asked inside. A big guy asked for a React project that she (maybe a woman?) is working on.
  I pulled it down and read it. It's a TODOList, which is beautifully written. Looking at her code structure, there are many things that I don't understand, but I understand the general logic. I am going to imitate her writing logic to write the previous ReactUI project into a real interactive project.

Guess you like

Origin blog.csdn.net/qq_43592084/article/details/109906505