Integration Dotenv With NestJS and Type ORM

When you are using third-party sources for app development, there is a need for the involvement of SSH keys or API credentials. This goes on to become a problem when it is handled by a team of developers. Thus, the source code has to be pushed to Git repositories periodically. Once the code is pushed to a repository, anyone can see it with third-party keys.

A very prominent and widely used solution for this problem is using environment variables. These are the local variables containing some useful information like API keys and are made available to the application or project.

Navigation in a React Native Web Application

“React Native for Web” makes it possible to run React Native components and APIs on the web using React DOM.

Setting up navigation in  react–native–web  is challenging as the navigation system works quite differently in  apps vs  browser. In this article, we’ll set up the most popular react-navigation on to react-native-web.

Using React Navigation in React Native Web

React navigation is the most famous library for navigation in reactnative. In this section, we’ll try to integrate react-navigation in reactnativeweb.