Month: November 2019

Dynamic Localization framework in iOS

JRLocalization is a generalized framework where we can store and configure any number of languages with the ease of writing minimum logic in the client...

Conditional Rendering in React

Whenever we are developing a React application, we often need to show or hide an element based on a condition. For instance, a react component...