dzcode-io/dzcode.io

DX Improvement

ZibanPirate opened this issue ยท 3 comments

Description

Improve dev experience a bit, by updating our tooling and the packages we use

Check List

omdxp commented

@ZibanPirate I was thinking perhaps it's the time to use relative imports as well in the mobile codebase.

Old:

import { ErrorBoundary } from "../../../components/error-boundary";

New:

import { ErrorBoundary } from "components/error-boundary";

our first successful milestone is now closed yay ๐ŸŽŠ

omdxp commented

Congrats to us! it's been so fun