All Projects → sis0k0 → lazyNinjas

sis0k0 / lazyNinjas

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to lazyNinjas

nativescript-task-app
An example task management NativeScript Angular app. Demonstrates ngrx effects, lazy-loading modules, offline storage and app branding.
Stars: ✭ 26 (+4%)
Mutual labels:  lazy-loading, nativescript
nativescript-react
Build native application using React and Nativescript.
Stars: ✭ 14 (-44%)
Mutual labels:  nativescript
lc-spring-data-r2dbc
An extension of spring-data-r2dbc to provide features such as relationships, joins, cascading save/delete, lazy loading, sequence, schema generation, composite id
Stars: ✭ 30 (+20%)
Mutual labels:  lazy-loading
fast-relay-pagination
Improve relay pagination performance with find and limit
Stars: ✭ 18 (-28%)
Mutual labels:  lazy-loading
nativescript-yoonit-websocket
Build modern apps using NativeScript and WebSocket in Android and iOS
Stars: ✭ 62 (+148%)
Mutual labels:  nativescript
nativescript-auth0
Nativescript Auth0 https://auth0.com/ social authentication plugin
Stars: ✭ 57 (+128%)
Mutual labels:  nativescript
demo-ionic-tab-routing
An Ionic project which shows different kinds of route definition for a tab based layout.
Stars: ✭ 34 (+36%)
Mutual labels:  lazy-loading
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+124%)
Mutual labels:  lazy-loading
nativesapp
Simple WhatsApp clone just for training purposes - Course Angular Native at www.udemy.com/angular-native
Stars: ✭ 19 (-24%)
Mutual labels:  nativescript
lazyImages
基于ES6的轻量级,高性能,简便的图片懒加载 🐈
Stars: ✭ 43 (+72%)
Mutual labels:  lazy-loading
insomnia
😪 NativeScript plugin to keep the device awake (not dim the screen, lock, etc)
Stars: ✭ 40 (+60%)
Mutual labels:  nativescript
angular-ssr
Angular 14 Example SSR (Server side rendering)
Stars: ✭ 92 (+268%)
Mutual labels:  lazy-loading
nativescript-fabric
Handling App URLs in nativescript apps
Stars: ✭ 29 (+16%)
Mutual labels:  nativescript
ng-util
A set of Angular utilities
Stars: ✭ 21 (-16%)
Mutual labels:  lazy-loading
angular-atomic-app
Angular 5 app built on atomic web design principles
Stars: ✭ 12 (-52%)
Mutual labels:  lazy-loading
jekyll-loading-lazy
🧙🏽‍♀️ Automatically adds loading="lazy" to <img> and <iframe> tags. Load images on your sites lazily without JavaScript.
Stars: ✭ 41 (+64%)
Mutual labels:  lazy-loading
lazy-image
Lazily load your images with <lazy-image> custom element
Stars: ✭ 42 (+68%)
Mutual labels:  lazy-loading
nativescript-app-shortcuts
👇 Home Icon Actions for your NativeScript app, now also for Android!
Stars: ✭ 45 (+80%)
Mutual labels:  nativescript
ui
Add right-to-left support to the NativeScript framework
Stars: ✭ 22 (-12%)
Mutual labels:  nativescript
vue-visual
Vue 2 image and video loader supporting lazy loading, background videos, fixed aspect ratios, low rez poster images, transitions, loaders, slotted content and more.
Stars: ✭ 56 (+124%)
Mutual labels:  lazy-loading

Lazy Ninjas

Lazy Ninjas is a simple NativeScript-Angular application, demonstrating several implementations of lazy loaded modules. Please check out the Optimizing app loading time with Angular Lazy Loading article.

Installation

Start by cloning the repo:

$ git clone https://github.com/sis0k0/lazyNinjas.git
$ cd lazyNinjas

Then, install the NativeScript CLI:

npm i -g nativescript

Now, you can use the preview command to build and start the app:

$ tns preview

If you want to bundle the app with webpack, append the --bundle flag:

$ tns preview --bundle

Branches

Recommended:

  1. The aot branch shows how to use a single lazy module.

  2. The nested-lazy-modules branch shows how to set up a module hierarchy with nested lazily loaded NgModules.

Deprecated:

  1. The callback-loading branch shows how to lazy load modules by passing a callback function to the loadChildren properties in the router configuration.

  2. The custom-module-loader branch shows how to extract the loading logic to a custom module loader.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].