You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current state of the code is not very maintainable and doesn't follow good React practices. Since we are planning to drop the compiler API usage and the C# component as a whole, we might as well start with a refactor where we end up with the basic editor interfacing with the compiler through CLI.
Steps to refactor:
Scaffold empty React project
Integrate Monaco
Integrate Golden Layout to have two basic tabs, one being the editor
Integrate the terminal emulator
Call the Draco compiler from CLI
Reintegrate workers to be able to cancel ongoing compilation
Integrate NuGet API to retrieve compiler versions
Implement a cache to cache used compiler versions
Reintegrate sharable URL feature
The text was updated successfully, but these errors were encountered:
The current state of the code is not very maintainable and doesn't follow good React practices. Since we are planning to drop the compiler API usage and the C# component as a whole, we might as well start with a refactor where we end up with the basic editor interfacing with the compiler through CLI.
Steps to refactor:
The text was updated successfully, but these errors were encountered: