dzcode-io / dzcode.io

Website & mobile app for Algerian open-source community
https://dzcode.io
MIT License
114 stars 41 forks source link

DX Improvement #480

Closed ZibanPirate closed 1 year ago

ZibanPirate commented 1 year ago

Description

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

Check List

omdxp commented 1 year ago

@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";
ZibanPirate commented 1 year ago

our first successful milestone is now closed yay 🎊

omdxp commented 1 year ago

Congrats to us! it's been so fun