sodiray / radash

Functional utility library - modern, simple, typed, powerful
https://radash-docs.vercel.app
MIT License
4.18k stars 167 forks source link

[Feature Request]: Attach radash to window Object in Documentation for Quick API Experimentation #317

Open try-to-fly opened 1 year ago

try-to-fly commented 1 year ago

I'd like to propose a functionality enhancement for the radash documentation.

In a similar fashion to how Lodash documentation allows users to quickly familiarize themselves with the API by having it mounted on the window object, I suggest doing the same for radash. This would provide a more convenient and efficient way to quickly try out the API directly within the documentation.

I understand that the documentation currently has an entry for the playground, but it's not as effective for quick debugging since one can't refer to the API side by side.

This minor addition could greatly improve the ease with which new users can experiment with and understand the capabilities of radash.

Thank you for considering this suggestion.