AllmostHumann / ui5-react-learing-task

Task made with UI5 webcomponents for React Guide

Home Page:https://allmosthumann.github.io/ui5-react-learing-task/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI5 React Learning Task

Introduction

Hey! This is my learning task for UI5 webcomponents for React. Nothing special, but it's about time to learn something new!

Cheers!

Description

UI5 React Learning Task, made with Vite.js

Technologies

  • React.js
  • Vite
  • TypeScript
  • TanStack Router
  • UI5 webcomponents

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
};
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

Task made with UI5 webcomponents for React Guide

https://allmosthumann.github.io/ui5-react-learing-task/


Languages

Language:TypeScript 90.2%Language:HTML 6.3%Language:JavaScript 2.9%Language:CSS 0.6%