SSR with Angular Universal

Angular Universal is a Pre-Rendering solution for Angular. Why Angular Universal? Facilitate web crawlers through search engine optimization (SEO) Improve performance on mobile and low-powered devices Show the first page quickly with a first-contentful paint (FCP) Add Universal rendering with the Angular CLI Build the Angular Universal Bundle Start Universal App Creating server-side app module

Ant Design vs. Material UI

I would like to share difference between them from stackshare.io here. Ant Design: A set of high-quality React components. An enterprise-class UI design language and React-based implementation. Graceful UI components out of the box, base on React Component.Material Design: Google’s Material Design. Material Design is a unified system that combines theory, resources, and tools for crafting digital …

Strapi Plugins

Extend features of Strapi admin dashboard with powerful plugins. We can develop custom plugin of Strapi with React/NodeJS. Environment – You can add plugin by using command line strapi generate:plugin my-plugin.Details here.https://strapi.io/documentation/3.0.0-beta.x/plugin-development/quick-start.html#development-environment-setup – Start a Strapi application with autoReload enabled. strapi develop –no-build –watch-adminServer will run on port number 8000.You can find CLI about this …

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 …