Rohit Singhrayan1810.hashnode.devยทFeb 23, 2024Re-thinking styling in build time with react-native-ustyle ๐บSince react-native's initial launch in 2015, there have been numerous styling libraries built to simplify the styling of components by creating new stylable or as we call them styled-components. But what if I could extend my React Native Components t...1 likebuild time
Jyotiprakash Mishrablog.jyotiprakash.orgยทDec 27, 2023Compile Time versus Run TimeLet's break down the concepts of compile time and run time in C with examples and comments. Compile Time: Compile time refers to the time when the source code is translated into machine code by the compiler. During this phase, the compiler checks for...49 readsC Programmingcompile-time