Tag: comparison
The State of JavaScript Testing Frameworks 2024
This week, I am adding a test framework to my ESM module template. I use a testing framework for both unit testing and integration testing. Like everything, test frameworks have…
The State of React UI libraries in 2024
As I mentioned in my last post, I've been away from React development for a while, and I'm intending on writing a web application. I'm comparing the various libraries that I can…
The State of React state management in 2024
I've been away from React development for a while. I stupidly asked what the best way to create a React app was in 2024 on the React subreddit, and found that reddit is not a…
Choosing a hosting option for your web app in Azure
Azure, like all the other clouds, has a plethora of mechanisms for getting your web site published. You have Static Web Apps, Azure App Service, Azure Blob Storage, Web Apps for…
What AWS service should you use to publish a web site?
There are at least five different services you can use to publish a web site on AWS: Amazon S3 + Amazon Cloudfront AWS Amplify Console Amazon Lightsail AWS Elastic Beanstalk…
Bootstrapping a React Native App: A Comparison
It's been a while since I have worked on a React Native app. In that time, create-react-native-app (CRNA) has been deprecated, and expo-cli has taken its place as the advised…