vite-rtk-query update

React Router and CSS Modules implovement.

here is original post

I've just updated the vite-ttk-query.

React Router(v6) setup

Added React Router and redux-first-history.
redux-first-history allow dispatch page transition within React Router.

CSS Modules nesting

Added postcss-nesting for more convenient styling with CSS Modules. For skip Redux peer dependency error, please use npm i --force option!

Thank you for all users.