Technical terms
Linoy Mathai Kunjappan
Linoy Mathai Kunjappan
Technical Terms
React
- Pure functions: A function that didn't modify its parameters
- Shallow vs Deep: - Shallow copies the memory location, so change in one will affect other - Deep will create new memory and copies the value
- Stateful vs Stateless