AVAditya Vermainadityaverm-a.hashnode.dev·Feb 7, 2022 · 5 min readMaking a Multilingual React App - with i18nextMaking a web app with just one language may represent a limitation for your users. Internationalization is an important yet often ignored or missed step by developers. Setting up a React app with i18n support can sometimes turn into a tricky and time...00
AVAditya Vermainadityaverm-a.hashnode.dev·Feb 4, 2022 · 4 min readHow to Style Your React App?React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It allows you to create complex interactive UIs. So, there are many ways we can use to style a React app, and each option has its pros and cons. So, here...00