Yueran's Learning


  • Home

  • Categories

  • Tags

  • Archives

  • About

  • Search

Controlled Component VS. Uncontrolled Component

Posted on 13-06-2021 | In React |
  • Reference Article:
    • 1. Controlled Component
    • 2. Controlled and uncontrolled form inputs in React don’t have to be complicated
Read more »

Thinking About Data Flow

Posted on 10-04-2021 | In Coding Rules |
  1. ) Did you notice what Yi did in the last video? He is doing something that a lot of senior developers do, and that is they think about their data flow. They don’t just go ahead and start coding.
Read more »

Lexical Environment VS. Execution Environment

Posted on 25-03-2021 | In Javascript |

Lexical Environment

Read more »

How to Write Extensible Code

Posted on 16-03-2021 | In Coding Rules |

Are you starting to feel like we’re doing a lot of things over and over the same way we’re creating reducers and actions and selectors and connecting components and rendering components and if things seem repetitive to you, that’s actually a good thing because what we’re doing is we’re making things very simple.

Read more »

Redux

Posted on 27-02-2021 | In Redux |

Redux Tutorial Reference

Read more »

Query Reference and Query Snapshot

Posted on 19-02-2021 | In Firebase |

Brief Note

  • A query is a request we make to firestore to give us something from the database.
  • Firestore returns us two types of objects: references and snapshots. Of these objects, they can be either Document or Collection versions.
  • Firestore will always return us these objects, even if nothing exists at from that query.
Read more »

How to Pull Code from Other's Repository and Change 'Origin'?

Posted on 02-02-2021 | In React |

1). Repository tutor_react

2). Repository student_react

Read more »

React Basics

Posted on 23-01-2021 | In React |

package.json

Read more »

Loader and Plugins

Posted on 24-12-2020 | In Javascript |

Source: Loader and plugin!

Another Article: Webpack Loaders and Plugins!

Read more »

MVC and Event Bus

Posted on 21-12-2020 | In Javascript |

What is MVC, give code example.

M: Model is used to store data and manipulate all the data.

V: View is responsible for all UI interface.

C: Controller is responsible for modifying data you want

Read more »
1 … 3 4 5 6
Yueran

Yueran

Shoot for the moon. Even if you miss, you'll land among the stars.

52 posts
17 categories
RSS
GitHub Weibo
© 2015 - 2022 Yueran
Powered by Jekyll
Theme - NexT.Mist