Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Removing redux complicity from Metronic v7


Hi, i am using React Metronic v7 ,but i want to remove your redux from it but as soon as i remove it theme stops working.Can you help me to remove it properly from theme,so i can directly land to dashboard page instead of login page.i do not want to use your login functionality and redux ,i want to use our redux way.Please help me urgently on this because i already tried tomuch on it.i simply need to run the react application without redux with static data,after that i will add my redux with it.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


Hi,

1. try to prepare a skeleton (follow the docs: https://keenthemes.com/metronic/?page=docs&section=react-skeleton)
2. in src/index.js file comment/remove lines 42-49 (setup redux store and axios)
3. in src/app/App.js remove <AuthInit> component from the code
4. in src/app/Routes.js remove rows 17-23 (and imports) + 26-35 + 39-42 + 46 (all not authorized cases)
5. in src/_metronic/layout/components/extras/QuiclUserToggler.js remove all redux rudiments and comment rows 37 and 41
6. in src/_metronic/layout/components/extras/dropdowns/UserProfileDropdown.js remove all redux rudiments and comment rows 38, 57, 78, 83
7. in src src/_metronic/layout/components/extras/offcanvas/QuickUser.js remove all redux rudiments and comment rows 41-46, 54, 55, 70,

Regards,
Keenthemes support



Hello Neighbor Is that a good method? I once deleted redux and I found that my computer did not work very well
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(