Richard's Learning


  • Home

  • Categories

  • Tags

  • Archives

  • About

  • Search

Github search tips

Posted on 09-11-2022 | In Github |

当我还是一个开源贡献的初学者时,我最大的挑战之一是找到正确的项目/issue 来为其做贡献。

Read more »

useEffect

Posted on 02-06-2022 | In React |

pure function and impure function

Read more »

useState

Posted on 01-06-2022 | In React |

Basic about Functional Component

Whenever the state updates, if there’s a different value for the state value as there was in the previous state then it will re render and to re render, we need to run this entire functional component.

Read more »

React Render Flow and Simple Search Bar

Posted on 31-05-2022 | In React |

Build Project

npx create-react-app monsters-rolodex
cd monsters-rolodex
yarn start
yarn add cowsay
Read more »

NPM vs YARN

Posted on 29-05-2022 | In frontEnd |

Install dependencies from package.json: npm install == yarn

Read more »

Differences between Interfaces and Type Aliases

Posted on 06-03-2022 | In Typescript |

Type aliases and interfaces are very similar, and in many cases you can choose between them freely.

Read more »

authentication flow

Posted on 06-03-2022 | In React |

authentication flow

auth01 auth02 auth03 auth04 auth05 auth06 auth07 auth08 auth09 auth10 auth11 auth12 auth13 auth14 auth15 auth16

Read more »

Center Div in the Grid

Posted on 22-01-2022 | In CSS |

This is driving me crazy~! So here is the code snippet will often use in the future.

Read more »

Remove Element

Posted on 12-01-2022 | In Algorithm |

Description

Read more »

Implement stStr()

Posted on 12-01-2022 | In Algorithm |

Description

Read more »
1 2 … 5
Richard

Richard

Just Do It!

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