All Articles

All XBase UI articles, straight from the team.

  • Published on

    Choosing the Most Appropriate UI to Suit User Needs

    We tend to create a beautiful User Interface (UI) with pleasing colours and a great appearance. And yes, our job as UI developers is to create a stunning interface so users can be comfortable and satisfy them when clicking, scrolling, and tapping our apps.

  • Published on

    Creating Charts

    The main functions of a chart are to display data and invite further exploration of a topic. Charts are used when a simple table won't adequately demonstrate meaningful relationships or patterns between data points. Visual representations help us to understand data quickly. When you show an effective graph or chart, your report or presentation gains clarity and authority, whether comparing sales figures or highlighting a trend. In UI development, there are three ways to display a chart or chart dashboard. Those are:

  • Published on

    Deal with Error page

    Error page is one of the important page that website should have. Because error pages inform visitors about problems when they attempt to access your site.

  • Published on

    Vue - Error Handling

    We have to consider a lot of parameters while architecting a frontend application and error/exception handling is one of the important aspects. Having a good error handling mechanism in the application comes up with a lot of benefits such as:

  • Published on

    Vue - Performance

    The primary and foremost reason any developer can think of the factor that affects the app's performance is bundle size. The larger the bundle size, the slower the Vue.js application performance. Thus we can conclude that bundle size is inversely proportional to the application performance.

  • Published on

    Vue - Project Configuration

    The application has been bootstrapped using Vue CLI for simplicity reasons. It allows us to create applications quickly without dealing with a complex tooling setup such as bundling, transpiling, etc.

  • Published on

    Vue - Styleguide

    When you work with large projects, it's important that you remain consistent throughout the codebase and follow the best practices. To guarantee the quality of your codebase, you need to analyze different levels of the application's code.

Copyright © 2020- Xtremax