tectonic - A declarative REST data loader for React and Redux. Docs @...
Read more »
If you spend a lot of time on Hacker News, it’s easy to get taken by the allure of building a web app without a framework. There are a bunch of potential advantages (no bloat! bespoke to your project!) and being able to say you built something with minima... (more…)
Read more »
In this example we will look at how to use React.js with a serverless API to create a simple click counter app. We’ll be using the Serverless Stack Framework (SST) and the sst.StaticSite construct to deploy our app to AWS S3 and CloudFront. (more…)
Read more »
Building a mobile app with a cross-platform tool has its pros and cons. Here's a comparison of how Ionic and React Native perform and which one to choose for your project. (more…)
Read more »
One of the qualities of our code that we should aim for is reusability. Also, following the Don’t Repeat Yourself principle makes our code more elegant. In this article, we explore writing functional React components with TypeScript using generic props. B... (more…)
Read more »