top 10 css frameworks for front end developers in 2019

GAUTAM SHARMA

@gauti123456

GitHub icon

@geekygautam1997

🌍 YOUTUBER & CODINGSHIKSHA.COM

👨‍💻 WEB DEVELOPER

📍India

1) bootstrap 

DEVELOPED BY TWITTER

MOBILE FIRST APPROACH

RAPID PROTOTYPE

LARGE COMMUNITY

2) FOUNDATION

Full tooling

Extreme flexibility

More than just UI components

Training and consulting

3) BULMA

Quite popular

Extremely readable classes

Flat learning curve

Elegant

4) UIKIT

Super-Clean

Elegant

less size

Minimilistic

5) Semantic-ui

6) susy

7) Materialize

8) pure

9) skeleton

10) milligram

thanks for watching this video

please like share and subscribe! 🖖

Copy of Copy of Copy of Copy of Making your Vue apps faster by being lazy

By Coding Shiksha

Copy of Copy of Copy of Copy of Making your Vue apps faster by being lazy

We keep shipping more and more features in our Web applications, and as a result, we ship heavier apps that take more time to load. So we use bundlers like webpack to split our application code into multiple bundles and load them asynchronously. As a result, we end up having asynchronous code pretty much everywhere in our apps. This means that we need to handle unexpected errors that were otherwise impossible, like network ones, handle loading state and make sure the application is able to recover from these errors. During this talk, we will take a look at different patterns about handling asynchronous request correctly in Vue applications in order to make our Apps feel light, fast and reliable everywhere.

  • 116