kevinfrei / EMP

A functional music player for FLAC, mp3, and m4a audio. This was a project to do while on "recharge" at Facebook: because I'm a manager I like to have something to 'scratch the coding itch'. It's built with TypeScript, Electron, React, and Recoil. I continue to add little fit & finish things when I'm either bored or irritated about something wrong.
Creative Commons Zero v1.0 Universal
15 stars 0 forks source link

Migrate to a React-18 compatible UI framework #75

Open kevinfrei opened 10 months ago

kevinfrei commented 10 months ago

Fluent9 appears to be pretty sparse. Gotta find something to migrate to from Fluent8 :/

kevinfrei commented 10 months ago

Chakra looks interesting: https://chakra-ui.com/docs/components Material shows up at the top everywhere, but I think it's more web focused: https://mui.com/ Evergreen looks like a pretty nice "slim" collection: https://evergreen.segment.com/

kevinfrei commented 10 months ago

Fluent's latest & greatest appears to have ceded the virtualized data table entirely. I use that all over the place, so, no more fluent...

kevinfrei commented 2 weeks ago

Looks like they updated FluentUI v8 to support React 18 :)