SmartFoxServer is a multi-platform client/server SDK designed to integrate with the major online web and mobile technologies (Adobe Flash, Unity, iOS, Android, Windows Phone 8, HTML5, Windows 8) enabling developers to rapidly created multiuser experiences of all scales. The server component was created with multiplayer games in mind, it is highly optimized for this task, and …
Laravel Excel
Easily export collections to Excel. Supercharge your Laravel collections and export them directly to an Excel or CSV document. Exporting has never been so easy. Supercharged exports. Export queries with automatic chunking for better performance. You provide us the query, we handle the performance. Exporting even larger datasets? No worries, Laravel Excel has your back. You can …
ngx-admin
ngx-admin is the most popular admin dashboard based on Angular 8+, Bootstrap 4+ and Nebular with Eva Design System support. It is free open source so we can check out code from https://github.com/akveo/ngx-admin. ngx-admin demo is here.https://www.akveo.com/ngx-admin/pages/dashboard Application– It contains a huge number of handcrafted UI components, charts, maps, editors, tables, and much more, so that we can use them …
React Context
Conception React Context API is a way to essentially create global variables that can be passed around in a React app. This is the alternative to “prop drilling”, or passing props from grandparent to parent to child, and so on. Context is often touted as a simpler, lighter solution to using Redux for state management …
Gradient in React Native(Expo)
Since Android doesn’t support shadow, it is a little tricky to add gradient shadow in react native. React native supports simple shadow(gray) in Android and colorful shadow in iOS. You can check here https://ethercreative.github.io/react-native-shadow-generator/ Actually, shadowColor is not working in Android and I didn’t test on iOS yet but it should be working. So I …