How to resolve Material Icons with a cool Resolver
Adding required 100+ material icons in a react component is always bit messy. By considering Resolver Pattern you can resolve them with resolver馃殌
Jul 30, 20223 min read265

Search for a command to run...
Articles tagged with #reactjs
Adding required 100+ material icons in a react component is always bit messy. By considering Resolver Pattern you can resolve them with resolver馃殌

Let's take a look on Execution Stack under the hood, how this calling and/invoking mechanism works with the same example which is very important.

Execution Context contains all other things you didn't write, it's a wrapper, Javascript engine which is running your code is doing this for you.

What if you received an object of objects rather than array of objects from backend as a response?
