Published inDev Labs·Jan 14Best Practices for Well-Optimized Components in ReactPerformance optimization is like fine-tuning a sports car. Just as a mechanic adjusts the engine, suspension, and other systems of a car to maximize its speed and handling, a developer can optimize the performance of a React component by making small adjustments to its code and design. Performance is a…React15 min readReact15 min read
Published inDev Labs·Oct 10, 2017FullStack Fest 2017: Front-end Days Personal HighlightsIn September 2017 I managed to complete one more of my New Year’s resolutions, which I have open-sourced: ✅ Attend a big international conference. My colleague Hristo Eftimov and I decided to go on a trip to the beautiful city of Barcelona and attend the FullStack Fest 2017 — a…Conference4 min readConference4 min read
Published inDev Labs·Apr 12, 2017Journey to Highly Effective and Maintainable CSS Media QueriesTL;DR: See the checklist for highly maintainable and effective CSS Media Queries at the bottom! ✅ Writing CSS Media Queries is so easy! But writing them in maintainable and highly effective manner… ahhh, not so much! I’ll share my experience, the things I’ve struggled with and some ideas I read…CSS8 min readCSS8 min read
Published inDev Labs·Dec 30, 2016How to Use jQuery Libraries in the React EcosystemTL;DR: If you just want to see the final code snippet, with annotated comments, and learn from it — here is a GIST for you. Using jQuery libraries in the React ecosystem is possible! I will show you an approach how to do it. …React5 min readReact5 min read