Articles by Tag #100daysofreactnative

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

1 RN Thing a Day – Day 7: KeyboardAwareScrollView

KeyboardAwareScrollView is a component from the react-native-keyboard-aware-scroll-view library that...

Learn More 0 0Aug 11 '25

1 RN Thing a Day – Day 10: Memoization in React Native

It is an optimization technique used to improve performance by caching the results of expensive...

Learn More 1 0Aug 30 '25

1 RN Thing a Day – Day 4: Usage of omitBy

In Lodash, _.omitBy creates a new object by removing properties where the predicate function returns...

Learn More 0 0Aug 8 '25

1 RN Thing a Day – Day 8: Trivyignore

.trivyignore is a configuration file used by Trivy, an open-source vulnerability scanner for...

Learn More 0 0Aug 17 '25

1 RN Thing a Day – Day 5: Usage of _partition

— partition is a function from the Lodash library. What _.partition does .partition(collection,...

Learn More 0 0Aug 8 '25

1 RN Thing a Day – Day 6: Shallow Copy vs. Deep Copy

Example: Shallow Copy vs. Deep Copy import cloneDeep from 'lodash/cloneDeep'; const original = [ ...

Learn More 0 0Aug 9 '25

1 RN Thing a Day – Day 3: What Is Babel

What Is Babel? JavaScript compiler that lets you use modern JavaScript features (like optional...

Learn More 0 0Aug 7 '25

1 RN Thing a Day – Day 2: Throttling 🆚 Debouncing

Throttle Limits a function to execute once every X ms. Use Case: Limit frequency of rapievents.ts ...

Learn More 0 0Aug 5 '25

1 RN Thing a Day – Day 1: Lodash in React Native (Do You Really Need It?)

lodash It is a JavaScript utility library that is fully compatible with React Native. It provides a...

Learn More 0 0Aug 4 '25

1 RN Thing a Day – Day 9: Animated API

In React Native, the Animated API is used because it gives you a performant and flexible way to...

Learn More 0 0Aug 18 '25