Apress – Django Standalone Apps Learn To Develop Reusable Django Libraries 2020 RETAiL

Apress – Django Standalone Apps Learn To Develop Reusable Django Libraries 2020 RETAiL ePub eBook-LiBRiCiDE
English | Size: 812.42 kB
Category: E-bOoks


Develop standalone Django apps to serve as the reusable building blocks for larger Django projects. This book explores best practices for publishing these apps, with special considerations for testing Django apps, and strategies for extracting existing functionality into a separate package.

Udemy – Unity 3D – Create a Reusable UI System

Udemy – Unity 3D – Create a Reusable UI System
English | Size: 818.0MB
Category: Tutorial


Create a UI System in Unity that is completely Re-usable using C#
Have you had some experience with setting UI’s inside of Unity? Would you like to know how to make a set of scripts that you can re-use between each project? Then this course is for you!

Sitepoint.com – Building Reusable Components in Angular 2

Sitepoint.com – Building Reusable Components in Angular 2-iNKiSO
English | Size: 711.55 MB
Category: Tutorial


In this course, you’ll build a weather widget that takes the user’s location from the browser, retrieves weather data for those coordinates from an API, and displays that information alongside the user’s location coordinates.

Egghead.io – Reusable State And Effects With React Hooks

Egghead.io – Reusable State And Effects With React Hooks-APoLLo
English | Size: 367.98 MB
Category: Tutorial


Previously, in order to add state or side-effects in React you had to create a Class Component. However, with the introduction of the Hooks proposal (currently pre-released), you can now add state and effects to a Function Component. In addition, you can extract your hook logic and create a custom hook that can be shared across your app.