摘要:
It is recommended to use 'slice' over 'Array'. An array variable denotes the entire array; it is not a pointer to the first array element (as would be 阅读全文
摘要:
Anroid Firebase Project setup: 1. In firebase console, cerate a Android app setup you can find in code: Find "applicationId", undef "defaultConfig", p 阅读全文
摘要:
window.matchMedia() allow to listen to browser window size changes and trigger the callback for different media query size. you can attach a listener 阅读全文
摘要:
Before we publish our package, we want to make sure everything is set up correctly. We’ll cover versioning, preparing our package, adding a proper REA 阅读全文
摘要:
TO debug NestJS code with Chrome dev tool, we can run: TO make it easier for us running this later, we can do: After running this script, you cannot s 阅读全文
摘要:
Animation can be a powerful way to enhance a user experience. In this lesson, we'll walk through the creation of a card-flip animation, creating a nic 阅读全文
摘要:
Similar to writing a custom State Hook, we’ll write our own Effect Hook called useStarWarsQuote, which returns a random quote and a loading state. Rem 阅读全文