asgardeo / asgardeo-auth-react-sdk

To maintain the implementation of Asgardeo React authentication SDK
Apache License 2.0
40 stars 91 forks source link

Migrate the default Sample to Vite #250

Open brionmario opened 1 month ago

brionmario commented 1 month ago

Is your suggestion related to an experience ? Please describe.

The current default sample is written with a custom webpack.config. The initial thought process at the time was that the app should be minimal and should install and startup fairly easily since, at the time, Create React App (CRA) was extremely slow and had a lot of boilerplate code.

However, over time, we realized that people actually try out the SDK and build their apps on top of the sample. This leads to challenges where developers need to deal with webpack quite a bit to get the application production-ready, such as:

Describe the improvement

Additional context

Also consider whether using https://github.com/asgardeo/asgardeo-vite-react-template would fast things up.

Rishi-0007 commented 1 month ago

Hey @brionmario , I will try to solve this issue. Please assign this to me.

vickywane commented 3 weeks ago

@brionmario It appears there have been no recent changes to this.

Can I take it up?