Code Monkey home page Code Monkey logo

react-typescript-todomvc-2022's Issues

Replace dependent plug-ins

Can we replace @reach/router with react-router v6 for the following reasons?

  1. @reach/router is an experimental product developed by the same group of developers
  2. react-router is the most popular plug-in used by users
  3. react-router v6 contains all the functions of @reach/router or even better

Prettier config

Hi. First of all, thanks for this repo.
I noticed you use Prettier.
Could you add your prettier global settings to local file .prettierrc

Styled-Components -> vanilla-extract

"React v18 Workgroup" and Twitter, especially Sebastian Markbåge's statements,
have led me to conclude that the CSS-in-JS approach has only disadvantages and no merit to be adopted.

On the other hand, I thought that CSS-Modules,
Tailwind CSS, and Plain CSS as a global style were the most likely candidates for incorporating old-fashioned statically generated CSS into modern development,
so I went with CSS-Modules, which is the most versatile and can be used with Tailwind.
I decided to migrate from the current Styled-Components to CSS-Modules.

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.

  • Update dependency @swc/core to v1.3.59
  • Update dependency @types/node to v18.16.13
  • Update dependency @percy/cli to v1.24.1
  • 🔐 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.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/e2e.yml
  • actions/checkout v3
  • actions/setup-node v3
  • cypress-io/github-action v2
.github/workflows/lint.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/test.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/typecheck.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-router-dom ^6.11.2
  • recoil ^0.7.7
  • styled-components ^5.3.10
  • @percy/cli ^1.0.0-beta.64
  • @percy/cypress ^3.1.2
  • @swc/core ^1.3.58
  • @swc/jest ^0.2.26
  • @testing-library/cypress ^9.0.0
  • @testing-library/jest-dom ^5.16.5
  • @testing-library/react ^14.0.0
  • @testing-library/user-event ^14.4.3
  • @types/jest ^29.5.1
  • @types/node ^18.16.3
  • @types/react ^18.2.6
  • @types/react-dom ^18.2.4
  • @types/styled-components ^5.1.26
  • @typescript-eslint/eslint-plugin ^5.59.6
  • @typescript-eslint/parser ^5.59.6
  • @vitejs/plugin-react ^3.1.0
  • cypress 12.9.0
  • eslint ^8.40.0
  • eslint-config-prettier ^8.8.0
  • eslint-config-ts-prefixer ^0.4.0
  • eslint-import-resolver-typescript ^3.5.5
  • eslint-plugin-cypress ^2.13.3
  • eslint-plugin-import ^2.27.5
  • eslint-plugin-jsx-a11y ^6.7.1
  • eslint-plugin-prettier ^4.2.1
  • eslint-plugin-react-hooks ^4.6.0
  • eslint-plugin-sort-keys-fix ^1.1.2
  • jest ^29.5.0
  • jest-environment-jsdom ^29.5.0
  • jest-watch-typeahead ^2.2.2
  • prettier ^2.8.8
  • rimraf ^4.4.1
  • serve ^14.2.0
  • typescript ^4.9.5
  • vite ^4.3.7

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

find some bugs or difference

hi, thank you for this project,it help me a a lot.I I'm a novice at react, when I try a todo ,so I found there.After some try, I found some problems。
may be bug:

  • edit multiple at the same time

  • edit todo and then delete its contents. The style will be a little strange after unfocused.

mabe different from TodoMVC:

  • can add spaces as todo

  • can't always autofocus when edit

they all reappear in your online demo.
many of the above languages come from translation. If my tone is not good, please forgive me.

performance optimization

Overview

Currently, there is no React perf optimize part.
Excessive optimize is no need for example, even though a few official practice are worth for example.

my strategy is

Analyzing re-render, and then apply performance optimization at some highly cost-effectiveness points.

Recoil -> Jotai

I have no complaints about Recoil, I think it is a wonderfully maintained library.
There are two things that concern me, that has requirements include integration with Meta's specific technology the Relay.
And the frequency of Breaking Change is too much.

Percy: Mobile Devices

Investigated

Mobile browser does't available on Percy.
Therefore we can only responsible site that simulate Popular SmartPhone's screen size as a Mobile Devices Testing.

Migrate Create React App to Vite

Vite becoming most popular frontend starter tool in the last 6 months.
Vite has actually super fast dev-server and build time so this migrate bring capability that working with fast enough on a low spec environment.

Migrate styled-components to tailwind css

I'd like to separate role to 'Looks' and 'Layout' onto 2 libraries styled-components and tailwind css.

  • styled-components take a 'Looks' that how it looks the component visually such as color, shape, font, size, line-height, border etc
  • tailwind css take a 'Layout' such as gird, flex, margin, padding etc

For to do this without breaking style, we should start from create solid visual testing spec on Percy.

Depfu Error: No dependency files found

Hello,

We've tried to activate or update your repository on Depfu and couldn't find any supported dependency files. If we were to guess, we would say that this is not actually a project Depfu supports and has probably been activated by error.

Monorepos

Please note that Depfu currently only searches for your dependency files in the root folder. We do support monorepos and non-root files, but don't auto-detect them. If that's the case with this repo, please send us a quick email with the folder you want Depfu to work on and we'll set it up right away!

How to deactivate the project

  • Go to the Settings page of either your own account or the organization you've used
  • Go to "Installed Integrations"
  • Click the "Configure" button on the Depfu integration
  • Remove this repo (ryota-murakami/react-typescript-todo-example-2019) from the list of accessible repos.

Please note that using the "All Repositories" setting doesn't make a lot of sense with Depfu.

If you think that this is a mistake

Please let us know by sending an email to [email protected].


This is an automated issue by Depfu. You're getting it because someone configured Depfu to automatically update dependencies on this project.

optimize mobile experience

Original TODO-MVC is not support for smartphone device.
Mainly need replace input, edit interface breakpoint etc.

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.