Our great sponsors
-
Types are magical, you really should use them. If you've been using JS React you've probably been using the PropTypes stuff but imagine having that, by default, for the whole language. It might take a bit of time to learn but it will reap dividends in the mid to longer term https://www.typescriptlang.org/
-
Jest is a test runner / assertion framework for Javascript and Typescript apps. You can get set up with it really quickly for testing vanilla JS/TS functions. https://jestjs.io/
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Enzyme is a testing utility that runs on the jest framework, for unit testing your React code and components. https://enzymejs.github.io/enzyme/