Richard'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 »

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 »

Tagged Template

Posted on 18-12-2020 | In Javascript |

Example 1 ```javascript let person = ‘Mike’ let age = 28

Read more »

Usage of Parcel

Posted on 14-12-2020 | In Server |

```javascript

  1. rm -rf dist // this is clear the dist if you want to build a brand new parcel of your code
  2. parcel build src/index.html –no-minify –public-url ./
Read more »
1 … 3 4 5
Richard

Richard

Just Do It!

50 posts
17 categories
RSS
GitHub Weibo Twitter
© 2015 - 2022 Richard
Powered by Jekyll
Theme - NexT.Mist