How to improve the efficiency of learning?

How to improve the efficiency of learning?

It was well said, "Sishen far side benefit, before making any decisions, but only to know something."

The first thing is thrown issue

By analogy learning, we can learn by analogy, to reduce the cost of learning.

We learn, for example Vue

  • Vue What is that?
  • What framework? What library is?
  • Vue competing products What?
  • Why should the front end of the route?
  • Why should SSR?
  • Why should state management?
  • Why should there be a statement rendering?
  • How MVC idea is embodied?
  • Performance optimization is achieved by what means?

The second thing is to set goals

Task-driven learning, in practice, constantly improve the correction, should not a perfectionist when

  1. Scaffolding a vue project, practice template syntax, conditions rendering cycle, registration and communication data (data, wacher, computed), style, events, assemblies
  2. Scaffolding a vue project, training route, and state management, request data from the background
  3. Scaffolding a vue project, the introduction of component libraries, such as ElementUI
  4. Scaffolding vue a project, use the new features keep-alive, TS, etc.
  5. Think deeply, to understand the source code (need to know some design patterns knowledge)

The third thing is the mastery

  • System, a clear knowledge of each point, which is part of a range of
  • Business, lower into real business scenarios, think about how to use
  • Skilled, repeat our step two, and repeat the process, thinking and improve issues in a step
  • In contrast, refer to the official website, how to reference online courses are customizable, reference KOL (key opinion leaders) Learning Path

The fourth thing is the Flexible Learning

  According to the above three points, we can be flexible deployment of our time and energy

  • The first thing and the third thing we can be done in a trivial period of time, for example: eat breakfast, line up at noon time ...
  • The second thing, we need a more concentrated period of time to complete, as the basis of good or bad, to enhance learning ability, the ability to debug Bug, the use of time is different, we can arrange: noon lunch break, go home at night smoked half an hour ...

Guess you like

Origin www.cnblogs.com/bearRunning/p/12045787.html