#web-development
Read more stories on Hashnode
Articles with this tag
Pure functions are a part of functional programming paradigm Why pure functions? Clean code Easy to test and debug Decoupled and independent from the...
Every component in react goes through a series of lifecycle events very similar to that of human lifecycle: cycle of birth, growth and death. In react...