Our great sponsors
-
Or it could be a framework like Gatsby, Next, or Nuxt. Those are similar to the SPAs except they are probably server-rendered or pre-rendered out of the box, depending on how they were set up. An example of a pre-rendered Gatsby.js site is the React website. An example of a server-rendered Next.js site is Hulu.
-
If you write the JS in a modern way and use a build process, it isn't difficult. Parcel.js probably has the lowest learning curve. It can also work with purgecss to remove unused CSS.
-
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!
Related posts
- Building A PWA With NextJS and Typescript
- Is there a reason you shouldn't use this custom state hook?
- I was going through my Apple analytics data on my iPhone and saw this field name that’s actually in production!
- Using Zustand in React applications
- Optimizing Your Web App for Maximum Runtime Performance and Premature Optimization 🦄