GithubHelp home page GithubHelp logo

mhxbe / react-starter Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 17.81 MB

An opinionated starter-kit for quickly bootstrapping client-side React projects written in TypeScript.

Home Page: react-starter-mhxbe.vercel.app

License: MIT License

TypeScript 90.81% HTML 4.82% JavaScript 1.76% Shell 0.48% CSS 2.13%
pwa react service-worker starter-kit typescript

react-starter's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

vietdevs

react-starter's Issues

Implement custom font with Tailwindcss

Implement custom font with Tailwindcss.

Investigate best approach for serving custom local fonts like 'Open Sans'.
Separate requests would be better than the fonts being bundled in the js bundle.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update actions/checkout action to v4
  • chore(deps): update commitlint monorepo to v18 (major) (@commitlint/cli, @commitlint/config-conventional, @commitlint/cz-commitlint)
  • chore(deps): update dependency eslint-config-prettier to v9
  • chore(deps): update dependency eslint-plugin-prettier to v5
  • chore(deps): update dependency eslint-plugin-testing-library to v6
  • chore(deps): update dependency prettier to v3
  • chore(deps): update npm to v10
  • chore(deps): update typescript-eslint monorepo to v6 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency react-i18next to v13
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/sonar.yml
  • actions/checkout v3
npm
package.json
  • focus-visible 5.2.0
  • i18next 22.4.9
  • i18next-browser-languagedetector 6.1.8
  • i18next-http-backend 2.1.1
  • react 18.2.0
  • react-dom 18.2.0
  • react-error-boundary 3.1.4
  • react-helmet 6.1.0
  • react-i18next 12.1.4
  • react-router-dom 6.6.2
  • tailwindcss 3.2.4
  • workbox-core 6.5.4
  • workbox-precaching 6.5.4
  • workbox-routing 6.5.4
  • workbox-strategies 6.5.4
  • workbox-window 6.5.4
  • @babel/cli 7.20.7
  • @babel/core 7.20.12
  • @babel/plugin-transform-runtime 7.19.6
  • @babel/preset-env 7.20.2
  • @babel/preset-react 7.18.6
  • @babel/preset-typescript 7.18.6
  • @commitlint/cli 17.4.2
  • @commitlint/config-conventional 17.4.2
  • @commitlint/cz-commitlint 17.4.2
  • @pmmmwh/react-refresh-webpack-plugin 0.5.10
  • @testing-library/jest-dom 5.16.5
  • @testing-library/react 13.4.0
  • @types/html-webpack-plugin 3.2.6
  • @types/jest 29.2.5
  • @types/react 18.0.26
  • @types/react-dom 18.0.10
  • @types/react-helmet 6.1.6
  • @types/webpack-bundle-analyzer 4.6.0
  • @types/webpack-env 1.18.0
  • @types/workbox-webpack-plugin 5.1.8
  • @types/workbox-window 4.3.4
  • @typescript-eslint/eslint-plugin 5.48.1
  • @typescript-eslint/parser 5.48.1
  • autoprefixer 10.4.13
  • babel-loader 9.1.2
  • clean-webpack-plugin 4.0.0
  • commitizen 4.2.6
  • copy-webpack-plugin 11.0.0
  • css-loader 6.7.3
  • eslint 8.31.0
  • eslint-config-prettier 8.6.0
  • eslint-plugin-compat 4.0.2
  • eslint-plugin-import 2.27.4
  • eslint-plugin-jest-dom 4.0.3
  • eslint-plugin-jsx-a11y 6.7.1
  • eslint-plugin-prettier 4.2.1
  • eslint-plugin-react 7.32.0
  • eslint-plugin-react-hooks 4.6.0
  • eslint-plugin-sonarjs 0.18.0
  • eslint-plugin-testing-library 5.9.1
  • html-webpack-plugin 5.5.0
  • husky 8.0.3
  • identity-obj-proxy 3.0.0
  • is-ci 3.0.1
  • jest 29.3.1
  • jest-environment-jsdom 29.3.1
  • jest-sonar-reporter 2.0.0
  • postcss 8.4.21
  • postcss-focus-visible 7.1.0
  • postcss-loader 7.0.2
  • prettier 2.8.3
  • pretty-quick 3.1.3
  • react-refresh 0.14.0
  • style-loader 3.3.1
  • ts-node 10.9.1
  • typescript 4.9.4
  • webpack 5.75.0
  • webpack-bundle-analyzer 4.7.0
  • webpack-cli 5.0.1
  • webpack-dev-server 4.11.1
  • webpack-pwa-manifest 4.3.0
  • workbox-webpack-plugin 6.5.4
  • node >=16.15.0
  • npm ~8.19.0

  • Check this box to trigger a request for Renovate to run again on this repository

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: .renovaterc.json
Error type: The renovate configuration file contains some invalid settings
Message: packageRules[0]: packageRules cannot combine both matchUpdateTypes and rangeStrategy. Rule: {"automerge":true,"rangeStrategy":"bump","groupName":"dependencies (non-major)","matchUpdateTypes":["minor","patch","pin","digest"]}

Upgrade to react 18

Impacted dependencies

  • react
  • react-dom
  • @types/react
  • @types/react-dom
  • @testing-library/react

Tasks

  • update react-related dependencies their latest version
  • refactor code to be react 18 compatible
  • remove ignoreDeps in .renovaterc.json

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.