Serverless — User Interface
Explore UI libraries and frameworks to develop our serverless frontend application.
When it comes to frontend application development, there are dozens of libraries and frameworks. We use Vite as our build tool and the react-ts template for our frontend application. In this article, let’s continue to enhance the user interface. We are going to
- Check out existing and trending front-end frameworks.
- Develop the
Stocks
component usingMUI
andtailwindcss
. - Configure
Storybook
for component testing. - Configure
Cypress
for end-to-end testing.
This article is part of the Serverless for Beginners series.
The source code can be found in this repository.
Getting Started
We will go through trending libraries and frameworks before using them to improve our front-end user interface. This should help us understand the options we have.
Frontend Frameworks and Libraries
Most likely we should be familiar with at least one of the following frameworks or libraries.