Discussion on Reactify - React Redux Material BootStrap 4 + Laravel Admin Template

Discussion on Reactify - React Redux Material BootStrap 4 + Laravel Admin Template

Cart 1,419 sales
Well Documented

IronNetwork does not currently provide support for this item.

405 comments found.

hii it’s me again, it’s the last day of the week for me, i’m hoping to work on it today

Hey , just wanted to give you a heads up that we are trying to resolve the issue you reported,

https://medium.freecodecamp.org/how-to-deploy-a-react-app-with-an-express-server-on-heroku-32244fe5a250 , : https://facebook.github.io/create-react-app/docs/deployment

above our the articles that we are referring to. We will let you know once we have an exact solution.

Thanks!

Please try the following steps:

1.Create a new folder eg.test. 2.If you are using reactify-redux-thunk then copied reactify-redux-thunk into test folder. 3.Run following commands in test folder : * npm init -y * npm install 4.Install express and path dependecies by running command npm install—save express path 5.Create server.js file in test folder and write code as given in the screenshot https://tinyurl.com/yctko7jz 6.Open package.json file of test folder and update code as given in the screenshot https://tinyurl.com/y9afmpqm 7.Open reactify-redux-thunk folder and run following commands: * npm install. * npm run build. 8.In test folder Run command npm start. 9.Your app will run on http://localhost:3000.

Let us know if you need anything else.

Thanks

HiiIII I send you a messege yesterday about server side in node.js. I got up this morning hoping to see a messege from you! :\

Still waiting…:)

Replied to your latest comment. Thanks!

hii:) i’m trying to add a server side with node.js

Deployment – It is sufficiently detailed (https://iron-network.gitbook.io/reactify/deployment)

here are my steps: 1. i created a folder and copied my project – reactify-redux-thunk – in to him. 2.in the main folder npm init 3. than npm install express—save 4.created sever.js file and copied the code from the link above. 5.in reactify-redux-thunk – npm run build

now my questions are: 1. on webpack.config.js – const publicPath = ’/sub-directory/’ sub-directory main’s ‘server.js’? It did not look right – the url changed to http://localhost:3000/server.js/horizontal/details

this is my project structure: main folder- TikShetah —node_modules —reactify-redux-thunk package-lock.json package.json server.js

i hope to get a quick answer:):)

thank you!

Replied to your latest comment. Thanks!

Hello,

I’m currently having an issue where the sidebar does not change language when a different language is selected. All other components update fine. I’m currently running v4.0 of the app with custom components.

I have compared my files to the current files being used in the latest version and can’t seem to find where issue could be.

Best,

Roberto

Hi,

Thanks for purchasing our template.

Please follow the given steps to translate sidebar content :-

1.Open Src > components > sidebar > index file and call locale state from reducer as mention in screenshot:-https://tinyurl.com/yb4zn4od 2.Then Add locale in this method on same page as mention in screenshot:- https://tinyurl.com/y7877d7g

Let us know if you need any thing else.

Thanks

Thank you! It worked

Hi,

When I initially install the reactify-redux-saga, I get a lot of error on my console, here is a screenshot: https://screencast.com/t/jeThbP3O

What might cause it?

Sincerely, Ronen

Hi,

Material UI released a new stable version which causes some function compatibility issues, we are updating the template to support the latest version and will release soon on themeforest.

Thanks

hiii :) first of all- THANK YOU!

yo’ve been very helpfull! second thing – i was asked to to generete a MAIN side menu, (in addition to the horizontal one i made), and i was wondering what’s the right way to start.

waiting for your answer :)

Well we haven’t tried that, however we will try to make an approach and let you know. It might take time a day or so. Thanks!

Is it possible to install in FIrebase Hosting and use Firebase Database?

Hey, I need to confirm that are you using jQuerry in Reactify – React Redux Admin Template? Looking forward to your response immediately. Thanks

Hi,

Few sections use jquery, we are working on removing it completely. Thanks!

Hi,

How I can use typescript for my new code/components? I mean I don’t want to migrate everything into typescript, just code I will add I would like to write in typescript. It is possible?

Hi,

Please share your email id at support@theironnetwork.org and we share you an example.

Thanks!

its inbal i send you a message a second ago and i think i forgot click on the checkbox below, and i will be very happy if you will email me when this comment receives your reply!!

We don’t have your email, so wont be able to send you an email, we replied to your comment above, it was a spelling mistake on your end. Thanks!

hi my name is inbal. i’m working on your template – reactify-redux-thunk. i’n trying to generate a new nav item and page with no succses.

this was my steps: 1. on navlinks (on horizontalMenu- my default layout), category7: [ { “menu_title”: “sidebar.details”, “menu_icon”: “zmdi zmdi-view-dashboard”, “path”: ”/horizontal/detalis”, “child_routes”: null }, 2. on en_US.js – “sidebar.details”: “Details”, “sidebar.generalDetails”: “General Details”, 3. on HorizontalMenu- generete a new

  • for category7 4. in routes a opened a folder – details, with index.js page that i copied from image-cropper and changed the class name and export to “DetailsPage” .
  • <IntlMessages id=”sidebar.generalDetails” />
      {navLinks.category7.map((menu, key) => ( <NavMenuItem menu={menu} key={key} /> ))}
  • the navlink is shown the url seems o.k (http://localhost:3000/horizontal/detalis)

    so whats the problem??

    Hi,

    This issue occurred as you miss spelled detail in the path. Please do the following:

    1.Go to src folder > component > Agency menu > navlink.js and correct the spelling of ‘details’ in path category7: [ { “menu_title”: “sidebar.details”, “menu_icon”: “zmdi zmdi-view-dashboard”, “path”: ”/detalis”, // to “path”: ”/details” “child_routes”: null } ]

    2. Now go to src > services > RouterServices.js and check path for detail page and path should be same spelling as navlink { path: ‘details’, component: DetailPage }

    Thanks Let us know if you have any other queries.

    Hello, can I use typescript when I start from empty project? It is possible with some modifications like described here: https://facebook.github.io/create-react-app/docs/adding-typescript

    Can I write new components in typescript? Do you know how to configure webpack for this?

    Hi,

    Please share your email id at support@theironnetwork.org and we share you an example.

    Thanks!

    hi my name is inbal, i’m a new react developer and i just bought your template. i was hopping you can help me understand the structure of your code.

    like, where to begin..!

    Hi Inbal,

    here is the link to the documentation

    https://iron-network.gitbook.io/reactify

    You can reach us directly at support@theironnetwork.org

    Thanks!

    Hallo, i like your template. is there for html & jQuery template? because i use RoR

    Thanks for your interest, right now we don’t have a html jquery version. Thanks!

    Hello Author

    Can I use this template in a NextJS app ? if so, how ?

    Hi,

    Thanks for purchasing our template.

    We have not integrated reactify with NextJS till now, but we will try to provide it soon. For now you can follow the given link to integrate reactify with NextJS : https://nextjs.org/

    Let us know if you have any other query on need any help to setup the template.

    Thanks

    I cannot locate the Sketch files in the zip file I downloaded for Reactify. Can you help?

    My project does not compile 100%, it gets 95%. My version of the node is 10.15.0 LTS. I tried the lower version 9.11.2, according to the documentation, but to no avail.

    Hi Author,

    As per given “Reactify” document(https://iron-network.gitbook.io/reactify/). I want to Remove Firebase database and use this code in my project. Once I have completed all the given steps in your document. I am getting below Error.

    “This relative module was not found:
    • ../firebase in ./src/sagas/Auth.js”

    Please let me know what are the part Still need to be removed in sagas/Auth.js.

    Amazing theme, Kindly share documentation

    Thanks, here is the link to our online documentation

    https://iron-network.gitbook.io/reactify

    Thanks!

    How can I remove the `app` from the base url?

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey