05Oct

30 React JS Tools That You Can Use

React JS comes with a lot of tools, but which one to choose? You can easily search on Google but, you are not sure which one is best for you. So I have compiled a list for you to choose the best!

12Aug

Creating Mock API using Mirage in a React application

Creating independent front-ends for any application leads to easily maintainable and flexible code but, for creating such independent front-ends, one has to mock the complete API so that the front-end has data and handles all the requests.