|
You are here |
blog.coderspirit.xyz | ||
| | | | |
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. | |
| | | | |
mariusschulz.com
|
|
| | | | | TypeScript 2.3 introduced a new --strict compiler option that enables a number of other compiler options related to stricter type checking. | |
| | | | |
alexop.dev
|
|
| | | | | Learn how to implement visual regression testing in Vue.js using Vitest's browser mode. This comprehensive guide covers setting up screenshot-based testing, creating component stories, and integrating with CI/CD pipelines for automated visual testing. | |
| | | | |
janikvonrotz.ch
|
|
| | | This time I'll show you how to publish react components to the npm directory. This guide does not cover testing it only shows the easiest way to use your components for different projects as npm dependency. | ||