Tag:react
All the articles with the tag "react".
- Separation of concerns in ReactPosted on:May 27, 2023 at 10:00 PM- As developers, we're familiar with the experience of incorporating new features that result in an extensive display of code, seemingly endless. Regardless of whether you're an experienced developer or just beginning your journey, this article aims to provide you with a comprehensive grasp of the concept of separation of concerns and its profound impact on your web and mobile development endeavors. 
- Capacitor: A Cross-Platform Runtime for Ionic AppsPosted on:March 18, 2023 at 12:23 PM- If you are an Ionic developer who wants to build native apps for different platforms like iOS, Android, desktop and web, you might have heard of Capacitor. Capacitor is a cross-platform runtime created by the Ionic team that allows you to access native APIs such as Camera, File System, Notifications, Network, GPS and more using JavaScript. In this blog post, I will tell you more about Capacitor, how you can use Cordova plugins inside a Capacitor application and why you should consider using React with Capacitor instead of building separate iOS and Android applications. 
- 10 Best Practices for Building High-Performing React ApplicationsPosted on:March 17, 2023 at 07:57 PM- This blog post offers 10 practical tips and techniques to help developers build high-performing React applications. From optimising component rendering to managing state and data fetching, readers will learn best practices that can help their applications run faster and smoother, ultimately improving the user experience.