TwoAbove / noita-tools

A collection of tools for Nolla Game's Noita that help get insight into seeds and find ones with special constraints.
https://www.noitool.com/
MIT License
49 stars 8 forks source link

Suggestion - Look into better and lighter styling; migrate to Preact #313

Open TwoAbove opened 9 months ago

TwoAbove commented 9 months ago

Currently, Noitool is a CRA app with hacked in craco swc, and uses Bootstrap 5.0 with ReactStrap for styles.

This is a heavy and aging in approach.

I've found https://github.com/unocss/unocss and https://github.com/argyleink/open-props. Creating custom components seems like a logical next step, since Noitool already needs and uses those.