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
I want to improved and made the codebase easier to maintain and understand. We use https://nextjs.org/ for the server and the client. So we can move local feature to nextjs features (like fetching data).
I want to improved and made the codebase easier to maintain and understand. We use https://nextjs.org/ for the server and the client. So we can move local feature to nextjs features (like fetching data).
libraries
objectNested
-> Nullish Coalescing and Optional ChaininggetFiltersFromUrl
->const router = useRouter().query
pushFiltersToUrl
->router.push
toQueryObject
toQueryString
function components
Replaced class components by function components (by using react hook):
accessibility
added missing property like
aria-*
fetching
Improved fetching by using getServerSideProps and swr
Then we could remove request
modules
renamed
modules
bynormalizers
then tests all functions.The text was updated successfully, but these errors were encountered: