Tutorial How to Get Better Performance Out of Your React Native App Adopted the world over by massively successful companies, React Native offers a promising solution for those developing cross-platform applications. To reach the true performance potential of your React Native app though, optimization is a crucial step. Here are some optimizations you can make!
Developer Tools React Native Component Libraries to Try in Your Next Build React Native's extensive open source community offers many different ready-to-use component libraries, but with so many options, how do you choose which one to use? In this article, we've compiled a list of our favorites.
Digital Security Open Source Security Challenges and How to Overcome Them As with any technology, there are some challenges that you might come across when using OSSāthe biggest of which is that it is freely available for the community to use and modify. In this article, we break down what those challenges are and give you the tools you need to overcome them.
Modular Development How to Maximize Your Ability to Reuse Code Across Projects Code reuse is a critical technique for scalable application development. Here are some ways to ensure that you can reuse components across as many projects as possible.
DevOps How to Ensure That Your Dependencies Are Up to Date Dependency management is a common challenge when scaling apps. Here are some easy ways to keep your dependencies up to date.
Data Visualization Best Open Source Data Visualization Tools Data science is driving key decisions across every industry. Here are some open source data visualization tools that you can use to extract insights from your data.
React Native Top Open Source React Native Packages of 2020 React Native comes with many open source libraries supported by its strong developer community. In this article, we are going to talk about the top 7 libraries that are used in React Native projects.
JavaScript š¾ Add some pixel art flair to your GitHub calendar heat map I was so bored lately that I had the crazy idea to make this useless (therefore essential) project, GitHub Spray. This command line interface is build in javascript, available as a npm module, andā¦
JavaScript 29 Useful Open Source Libraries forĀ NodeJS Node.js has become more and more popular as a framework because provides quick and efficient solutions for back-end development and integrates well with front-end platforms. Created by Ryan Dahl inā¦
React Building An Easy-To-Use Facebook Image Grid Library forĀ npm In 2016, a client asked me to develop an image grid feature like Facebook uses to display pictures on a userās wall. I first built this feature on Angular 1.x. Since that time, I have workedā¦