Posts Tagged "Components"

Laravel Forge CLI

Laravel Forge launched their first official command-line tool that gives you a nice set of commands to manage your Forge servers, sites, and more. The first release (v1.0) of the Forge CLI contains around thirty commands, including initiating deployments, viewing

Read More

Find N+1 problems instantly by disabling lazy loading

In the next release of Laravel 8, you can strictly disable lazy loading entirely, resulting in an exception: Preventing lazy loading in development can help you catch N+1 bugs earlier on in the development process. The Laravel ecosystem has various

Read More

What is Application Performance Monitoring (APM)?

Application Performance Monitoring (APM), as the name suggests, is the process of monitoring the performance of the many aspects of your application. When an end-user logs into your application, for even just one web page to load on their device,

Read More

Laravel component Media Library

Media Library can associate files with Eloquent models. You can, for instance, associate images with a blog post model. In your Blade view, you can retrieve URLs to the associated images. It can handle multiple collections, work with multiple filesytems,

Read More

Laravel 8 is just released!

Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features. Before we jump into the new features,

Read More
Lazy Loading Component Feature

Lazy Loading React Components

  Let’s take a look at how you can leverage this feature in your application in order to improve performance and build a better experience for users. As always, when building with components it’s useful to organize them in a

Read More
React componants

10 React component libraries you should know in 2018

The popularity of React seems to be ever growing. React is leading in popularity in Stack overflow’s 2017 most loved component libraries. React’s virtual DOM, the ability to declaratively describe a user interface and model the state of that interface,
Read More
Angular_New_Componant

11 Angular component libraries you should know in 2018

According to Stack Overflow’s 2017 survey, Angular remains the world’s most popular front-end framework. Angular’s framework approach is to keep most of the magic under the hood, providing tooling and best practices on top. Angular encourages you to use components,
Read More