You are here |
amanhimself.dev | ||
| | | |
www.headway.io
|
|
| | | | Let's talk about the essential tools for creating consistent bug-free code. Using Expo, ESLint, Typescript, and Prettier will significantly improve development speed and project quality. | |
| | | |
reactnative.dev
|
|
| | | | JavaScript! We all love it. But some of us also love types. Luckily, options exist to add stronger types to JavaScript. My favourite is TypeScript, but React Native supports Flow out of the box. Which you prefer is a matter of preference, they each have their own approach on how to add the magic of types to JavaScript. Today, we're going to look at how to use TypeScript in React Native apps. | |
| | | |
devremote.io
|
|
| | | | Chakra UI is a powerful tool in the hands of a developer when working with React. In this article we take a look at it. Introduction React is a JavaScript library for building user interfaces, and Chakra UI is a library of reusable React components that uses the power of | |
| | | |
abdulapopoola.com
|
|
| | I already wrote about theawesomeness of GruntJSand here is how to set up your own Grunt system. 1. Installation GruntJS runs on nodejs so you need that installed first. Once nodejs and npm are installed, use the following command to install Grunt (the -g flag installs it globally). npm install -g grunt-cliThis installs the grunt... |