codesandbox / codesandbox/codesandbox-client

[FR] devDependencies UI for SSE

Open
#6,213 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
13.6k
Forks
2.4k
Avg merge
6d 19h
Merged PRs (30d)
2

Description

🌈 Feature

What is this feature?

Add devDependencies UI to the tree, like we have for regular dependencies. This should also help mitigate sync issues that frequently break sandboxes, as the need for doing underhanded updates from the terminal using cli tools would be diminished.
Screenshot from 2021-10-19 05-48-14

Comments

I loved the UI for updating dependencies... it saves a lot of time, versus having to search NPM to find the latest version and information about it.

Sidenote: You have tons of tooling on top of package.json, making the IDE slow when editing package.json... please wait till I save, or fix the performance issues... I suspect thread blocking, yes I have autosave disabled.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing regular-dependencies UI for the tree and the package.json handling mentioned in the issue. Extend that flow so devDependencies are visible and manageable in the tree, then verify that updates no longer require terminal CLI tools and that package.json editing remains responsive.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
developer-experience, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.