React Tutorial Topics
What are components in React? Class Components vs Functional Components. admincosmicnetra.com
What are components in React? Class Components vs Functional Components. admincosmicnetra.com
AWS cloud is the one of the largest cloud providers in the world today. It has a huge market share among other cloud providers. Let’s look a more about AWS cloud AWS was launched in 2002, internally at Amazon.com. Because Amazon realized that the IT departments could be externalized. So their Amazon infrastructure was one … Read more
The freeze() method is used to freeze an object. Freezing an object does not allow adding new properties to an object, prevents from removing and prevents the enumerability, configurability or writability of existing properties i.e It returns the passed object and does not create a frozen copy. const obj = { prop: 100 }; object.freeze(obj); … Read more