Adding ESlint to Your Project
In this article, I will help you to add ESlint to an existing or a new project with a couple of easy steps using the ESlint CLI tool.
In this article, I will help you to add ESlint to an existing or a new project with a couple of easy steps using the ESlint CLI tool.
React Native and Swift are both relatively new technologies that support mobile app development for iOS devices. While React Native is a framework for JavaScript, Swift is a brand-new programming language. So which one to pick when thinking about building a new iOS app?
Not too long ago React 16.3 alpha made its debut on npm.js, unveiling changes such as a new version of React Developer Tools, Strict Mode, and a new Context API . Don’t worry it’s super usable now and you’ll definitely want to try it out when handling basic state management concerns. It’s fair to say we didn’t get settled in with React 16.3 when JSConf 2018 ...