Klemen's piece of web
This blog is mainly for people that I spam anyways with some new cool thing that I find on the web or that annoying little thing that took way more hours than it should. Hope you find posts here informative and have fun reading 😀
All the code examples should be on my github page: VIEW CODE .
Featured
Capacitor: A Cross-Platform Runtime for Ionic Apps
Posted on:March 18, 2023 at 12:23 PMIf 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 Applications
Posted on:March 17, 2023 at 07:57 PMThis 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.
Recent Posts
Separation of concerns in React
Posted on:May 27, 2023 at 10:00 PMAs 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 Apps
Posted on:March 18, 2023 at 12:23 PMIf 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 Applications
Posted on:March 17, 2023 at 07:57 PMThis 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.