Swift5.3 — 3.String and CharactersA string is a series of characters, such as “hello, world” or “good bye!”. Swift strings are represented by the String type. The contents…Jan 11, 2021Jan 11, 2021
Swift5.3 — 2.Basic OperatorsAn operator is a special symbol or phrase that you use to check, change, or combine values. For example, the addition operator (+) adds…Jan 6, 2021Jan 6, 2021
useEffect with Async & AwaitWe can’t use async & await directly to the useEffect hookDec 16, 2020Dec 16, 2020
React defaultProps SnippetPass color props from Parent component or use default color value.Dec 16, 2020Dec 16, 2020