The easy and quick answer is that larger projects with team members benefits from using Typescript, while Javascript has a lower learning curve making it suitable for smaller projects. Typescript has better performance and better built in support for debugging at compile time. Introduction to TypeScript and JavaScript with React Understanding React Comparing React with […]
Strapi is a popular headless CMS built on React. Next.js is a popular React framework for building web pages that are rendered server-side or static. In a series of posts, I will go through how you can easily setup a future-proof CMS and lightning-fast website that serves pages directly from CDN for optimal performance. The […]