Easy TypeScript with React Native
> Just here for the code sample? Check it out here [https://github.com/cbrevik/react-native-typescript-starter]. Trying to combine TypeScript [https://github.com/Microsoft/TypeScript] (TS) with React Native [https://github.com/facebook/react-native] (RN) has historically been kind of difficult. It has been
Make Selenium wait for ajax calls using AngularJS (and TypeScript)
Acceptance tests for GUI are commonly regarded as painful, mainly caused by two factors: * They have a long feedback loop * Their stability is poor A common stability issue is dealing with asynchronous requests. Because ajax calls takes an unknown amount of time to complete,
Hot loading React Components in TypeScript
Hot loading of React Redux components makes for a absolutly fantastic developer experience. The ability to get immediately feedback in the browser when any part of my javascript application is changed and saved is priceless. It is simply awesome! I have been using Angular