405 comments found.
Hello,
I just bought the Reactify Admin Theme and I cannot find the Sketch file in the downloaded folder. Can you please help me locate it as it is supposed to be included in the folder.
Thanks
Please download the latest files, we have updated them. Let us know if you need anything else. Thanks!
Hi, can you leave a note of what are the updates in each version? It’s quite hard to follow up when we develop with old version.
You can see them under project description update log. Thanks!
Hi
I bought reactify and I’m having some difficulties. 1 – Rendering and resize are very slow. 2 – this url was called all the time, how i turn off it?
https://cdn.syndication.twimg.com/timeline/profile?callback=__twttr.callbacks.tl_i1_profile_envato_new&dnt=false&domain=localhost%3A3000&lang=en&min_position=998113617294872576&screen_name=envato&suppress_response_codes=true&t=1696721&tz=GMT-0300&with_replies=falseThanks
Rodrigo Fonseca
Hi Rodrigo,
The url that was called all the time it comes from twitter feeds widget. If you want to turn off this url you need to remove twitter feed widget from dashboard and user widgets pages.
We are working on to improve the rendering and resizing speed.
Thanks!
I can not start the app ran npm install on the redux-thunks app and got this issue:
ERROR in ./src/index.js Module build failed: SyntaxError: Unexpected token (18:4) > 18 | <MainApp />, | ^ 19 | rootEl 20 | ); 21 | };
16 | const MainApp = require('./App').default;
17 | ReactDOM.render(
Hi,
Can you please confirm the NPM and nodejs version you are using?
Thanks!
My Versions:
Node: 8.10.0 NPM: 5.6.0
Hi variableassign,
We checked the issue on versions you mentioned and it’s working properly at out end. We have attached the screenshots of output on our system
Versions:- http://tinyurl.com/y878v2lm
Compile Success:- http://tinyurl.com/yd4wk43n
Demo :- http://tinyurl.com/ydhyg9wb
It might be possible that packages were not downloaded properly. we recommend you to delete package-lock file and run npm install again. If issues occurs again please share the project files on bitbucket or in zip file, also confirm if you have made some changes in any files or package versions.
Thanks
Team, I’m still having issues with this, out of the box this should not be a problem. I deleted the package lock file and removed node_modules, I also updated npm to the latest and node up to 8.10.0
Replied
Hello,
How use INTLMessages in reducer notification?
Best Regards
I sent several emails, and I did not receive a return.
Hi,
We replied to your mail with screenshot and guidelines, please check and let us know if you need any help further.
Thanks
Thank you for your support. I would like to know any sample code or tutorial regarding authentication using aws cognito instead of firebase. Especially for using aws-amplify-react module. Best regards,
Hey,
so far we like your product pretty ok and we already got it to run locally and on a test server.
However we discovered when we try to edit the code it during runtime (npm start not production) it really takes very long to recompile and that makes further developing and changing very hard.
Are there any tweaks you could tell us, how we can improve on our development workflow ? How can we change things and see a change in the browser quickly ?
Thank you.
Hi,
We already have enabled live reloading and configured webpack file with required optimizations. Please let us know which version you are using for development and we will if there is any issue with speed and let you know the steps for possible improvements. You can email us directly at support@theironnetwork.org
Thanks
Hi, not able to get a development server up and running using redux-saga files:
$ npm install npm WARN @devexpress/dx-react-grid-material-ui@1.1.1 requires a peer of material-ui@1.0.0-beta.37 but none is installed. You must install peer dependencies yourself. npm WARN extract-text-webpack-plugin@3.0.2 requires a peer of webpack@^3.1.0 but none is installed. You must install peer dependencies yourself. npm WARN reactify@2.1.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.3 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.3: wanted {os“} (current: {os“})
up to date in 10.765s [!] 9 vulnerabilities found [22434 packages audited] Severity: 2 Low | 6 Moderate | 1 Critical Run `npm audit` for more detail
and then ….
$ npm start
> reactify@2.1.0 start C:\Reactify-v2.1\reactify(redux-saga) > webpack-dev-server—mode development—hot—open
‘webpack-dev-server’ is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! reactify@2.1.0 start: `webpack-dev-server—mode development—hot—open` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the reactify@2.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\jepve\AppData\Roaming\npm-cache\_logs\2018-05-18T13_49_30_421Z-debug.log
Please advise what I am doing wrong?
Hi jpventer!
There was dependencies update issue so just remove ”^” symbol from the following dependencies into the package.json file:- “material-ui”: “1.0.0-beta.41”, “material-ui-icons”: “1.0.0-beta.36”, “material-ui-pickers”: “1.0.0-rc.5”,
After that delete the package-lock.json file and run npm install.
Let us know if you need anything else.
Thanks!
Should we use node version 9 until support for node v10.0 is made. i noticed when i ran npm install with 10.0 there were a lot of errors
Hi,
Yes you should use node V – 9.x for now, we are working on template upgrade to support version 10 and will release a stable version as soon as we get all the modules compatible with 10.x.
Let us know if you have any other query.
Thanks
Thank you. Quick other question. How do I remove the ’#’ in the domain. I have searched everywhere and cant seem to find it. Ideally, i would like it to go /dashboard and thats it
and whats the difference between /session/signin and the regular /signin. I am using firebase auth and will probably use that as my backend as well as the scope of my project is basic
Hi,
To remove # from the domain just follow these steps:- 1. Go to the src -> App.js and replace Router with BrowserRouter and also remove history props. 2. Go to the webpack.config.js file and add historyApiFallback: true under the e.g. devServer: { ..., historyApiFallback: true } 3. Go to the store -> index.js file and remove middleware except thunk and saga middleware.
The /session/signin page is template and the regular /signin page is integrated with firebase auth and can be directly used with small changed required.
Let us know if you have any other query.
Thanks
Cool thank you. Do you have any docs on code splitting because thats the most confusing part of your template to me and the Async components. I have been reading through the template and following links and its starting to make sense. Just confused on some things
When I check on the checkbox “All” in the user management page, all checkboxes in the table aren’t automatically checked. Is it normal or is it a bug? Thanks.
Thanks for pointing it out we will work on it in our next update. Thanks!
Hi,
Checkbox in table header was to select all records showing in list, we have updated the package with this feature integrated. Let us know if you have any other query
Thanks
does this come with a webpack config file
Hi,
Yes it comes with webpack.config.js file. Let us know if you have any other query.
Thanks
use typescript?
We dont use typscript directly in template however some of the modules uses it internally. As we are using webpack 4.x you can use typescript as well on your app, you just need to install it and write rules in webpack file. We will add it in default in our next upgrade soon. Let us know if you have any other query. We would also like to request please send us an email at support@theironnetwork.org on what more you would like to see in our template.
Thanks and have a lovely day ahead.
Hi, I am not able to see the “View Columns” and “Filter Table” icons of the datatable in my local installation of Reactify v2. May you advise how I could fix? I see these 2 icons in the demo site http://reactify.theironnetwork.org/#/app/tables/data-table.
Thank you!
The 2 functionalities are not working for the current release v2. However, it works in the demo site.
Can you please send us an email at support@theironnetwork.org and elaborate on the problem you are facing. Thanks!
Have sent. I’ve attached screenshot. Thanks.
Replied to your mail.Thanks!
Hello, i am running the latest npm and nodejs on Mac Os. I get this error: 「wdm」: Failed to compile. Also, firebase is not found. When i open localhost, i see a grey screen.
Please make sure you have the latest project files, if yes can you please confirm the npm and nodejs version?
Thanks!
192-168-0-101:reactify-(redux-saga) mihai$ node -v v10.0.0 192-168-0-101:reactify-(redux-saga) mihai$ npm -version 5.6.0 192-168-0-101:reactify-(redux-saga) mihai$
This is the console from the browser: Error: Cannot find module “firebase” main.9c5d9ae6.chunk.js%20line%205877%20%3E%20eval:8:81 [WDS] Errors while compiling. Reload prevented. client:155:5 ./src/firebase/index.js Module not found: Error: Can’t resolve ‘firebase’ in ’/Users/mihai/.Trash/Reactify-v2/reactify-(redux-saga)/src/firebase’ client:161:7
Hi,
We checked the issue and found that there is a compatibility of firebase with node v-10.x. We recommend you to use node 9.x version as its working properly and is compatible with all latest modules.
We will release a stable version with node 10 as soon as other modules fix all the issues.
Thanks.
I want to ask you how to enable HMR (Hot Module Replacement) in development mode. Can you set it in the next update.
Best regards.
Hi,
We are already working on template update with HMR, we will launch the latest version soon on themeforest.
Thanks
Hi, When we are trying to create build of the application we are getting errors for ” Can’t resolve ’@material-ui/icons/ChevronRight’ ,’@material-ui/icons/ChevronRight’, ’@material-ui/icons/ExpandMore’, ’@material-ui/icons/List’, ’@material-ui/icons/Search’, ’@material-ui/icons/VisibilityOff’,
in ‘Reactify-Main\reactify\node_modules\@devexpress\dx-react-grid-material-ui\dist’
Could you please let me what can be done? It’s on priority for me.
Best Regards, Sagar Shelar
Dear Sagar,
This issue was there in our first version, we fixed it and uploaded stable version. Please download the latest version and check if it works. Send us an email at support@theironnetwork.org with nodejs and npm version installed on your system if it doesn’t work with latest files.
Thanks
email sent, thanks (from dvir)
Thanks for the email, we will consider all the points in our next update, which should be out hopefully by this weekend or early next week max.
Thanks!
Hi, would you please share your package.json file contents, I just need to check compatibility with our existing version
Hello .. I hope you have great sales at this site .. Follow me TOO 
Thanks!