Explore >> Select a destination


You are here

amanhimself.dev
| | www.headway.io
11.9 parsecs away

Travel
| | 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
11.4 parsecs away

Travel
| | 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
11.3 parsecs away

Travel
| | 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
90.9 parsecs away

Travel
| 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...