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
It's not very efficient to store all your elements in separate .mdx files, especially when you approach hundreds and thousands of elements (5.6k+ as is on https://uiverse.io/)
It would be more efficient to make an API and store all your elements on a database. That way, it's a lot easier to manage, create, modify, etc. all your elements without having to rebuild your entire website.
The text was updated successfully, but these errors were encountered:
It's not very efficient to store all your elements in separate .mdx files, especially when you approach hundreds and thousands of elements (5.6k+ as is on https://uiverse.io/)
It would be more efficient to make an API and store all your elements on a database. That way, it's a lot easier to manage, create, modify, etc. all your elements without having to rebuild your entire website.
The text was updated successfully, but these errors were encountered: