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
This date formatting standarization makes me think about this discussion: #97 (comment)
It seems like we need a bunch of these incredibly tiny components that are responsible for formatting specific data types and rendering them on the page.
<OurDateThing date={new Date()} />
Then inside of that, we’d use DayJS or whatever.
The comment above was about <OurRAMThing ram={bytes} /> and having it always output in a specific format.
The text was updated successfully, but these errors were encountered:
This date formatting standarization makes me think about this discussion:
#97 (comment)
It seems like we need a bunch of these incredibly tiny components that are responsible for formatting specific data types and rendering them on the page.
<OurDateThing date={new Date()} />
Then inside of that, we’d use DayJS or whatever.
The comment above was about
<OurRAMThing ram={bytes} />
and having it always output in a specific format.The text was updated successfully, but these errors were encountered: