115 comments found.
Hi guys, I need a landing page with an admin option. Can I also modify this to add a landing page to it? any advice please? Thanks.
Hi, this template dis not come with landing page, however we can share you the source code if you needed. You could also take a look on one of our latest template, https://themeforest.net/item/ecme-the-ultimate-react-tailwind-admin-template/54470284, which comes with a built-in landing page and a top-notch tech stack.
Hello Theme_Nate. I’m interested purchasing this React Admin dashboard emilus. I need to ask if this theme provides the javaScript (.JSX) patterns with react Please let me know
And which is the react version?
I need to have the react with the file extensions like .jsx. Will this template offers that?
Hi, template come with only javascript version.
The file extensions are .JS in components OR .JSX?
Basically I have 2 question if you can answer please. 1. I actually need Admin dashboard template from theme_nate if you can have that offers .JSX file patterns for components. please share the url. 2. Which of the react version currently theme is build on? 3. What is the use of Firebase? 4. What is the total size if the theme?
Hi, here’s answers for your question
1. The React files are written in .js even component since the template was built with CRA so that it can be resolved by the CRA underlying build tool
2. This template uses React 18.
3. Some of our users use Firebase, so we’ve included an example integration.
4. The starter version is approximately 5MB.
Alright! Thanks Last more queries. 1. What is the refund policy? 2. Which node version is recommended for this theme? 3. Which npm version is recommended?
Hi,
1, Regarding the refund policy, you could refer to this: https://themeforest.net/page/customer_refund_policy?srsltid=AfmBOophqYxtV2k-yt2NrH8mPoiZq7P5k-gbAjcjllVgEFpKEZ2HlJex
2. As long as node.js 18, it should work.
I have the node version: v22.12.0 and npm 11.0.0. Will this be compatible with that?
It should be working for with the provided package.lock.json
As long as there is no theme update released since 2023.. So that’s why I’m asking. If you can confirm the compatibility with node v22.12.0 & npm 11.0.0. then it will be easy for me to go with the purchase. Thanks!
Emilus is one of our earlier React templates follows a more traditional front-end tech stack, making it a good fit for those who prefer that approach. While it still works well, we can’t guarantee it will be completely issue-free. You might want to explore other templates to see if one suits your needs better. However, if you still decide to purchase it and later find that it doesn’t meet your expectations, you can request a refund.
I have checked Ecme by Theme_nate but that is built on Type-script. We need to have the admin dashboard template that is built on CRA (javascript). It would be good if you can provide me the urls for the similar templates? Would be thankful.
We only have three React products in our portfolio as you can see. If none of them suit your needs, you might find what you’re looking for using ThemeForest’s search function.
Can you share your products urls please?
hi the rtl not working properly, when i change direction from LTR to RTL the content left behind sidebar and dont show content well
Hi, thanks for bringing this to our attention. We’ll make sure to fix it in our next update.
Hi, probably you are using HashRouter, try to replace it with BrowserRouter.
The node_modules folder is very large, almost 10 GB. Is there a way to reduce its size? I find it difficult to share the source code with someone because running the npm install command takes half a day!
Hi, node_modules is usually large, which is why people usually don’t include it when sharing the project. If you’re using git, you can add node_modules to your .gitignore file to exclude it. Also, you might want to review your your dependencies. A 10 GB node_modules folder is unusually large; For our project by default, it’s about 2 GB
Do you have a typescript version?
Hi, we only have javascript version for now.
Do you have a Next Js Version of this Template ?
Hi, we don’t have nextjs version currently.
Thanks for your reply 
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper which is inside StrictMode. Instead, add a ref directly to the element you want to reference. please fix this error
Hi, Some components within antd cause this warning, we will update the package again during the next release.
Hi!, when I run npm install and then npm run dev using node 14.19.1 version. I get the following error: Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper which is inside StrictMode. Can you help me?
Another error: Uncaught ReferenceError: topProductData is not defined
Hi, please try to upgrade your node version to 18.
Before making a purchase, I’d like to ask a question. Are the apps (Email, Chat, Calendar) fully function or do I have to purchase those separately? Thank you!
Hi, thanks for interested on our template, all the stuff that you preview in the demo page is included in the download package.
Is there any typeScript support?
Hi, currently we don’t have Typescript support for this template.
do you have any update forecast for antd 5.0?
Hi, we have already released antd 5.0 version.
Thank you very much, I had not seen it, in the description it is still listing only the last update of v3.0.0 – 26 Dec 2022
Thanks for your inform, we will update our main page change log as well.
I had to change the colour theme of the project what steps we have to do as I amusing version 2.1.6 as when we are updating in less files its not compiled do we need to use any other comands to get it compiled. please guide me through the same
Hi, you might need to use npm run dev instead of npm run start during development.
Hi, try to remove node_modules & package.lock. json, and rerun npm install
i cant install all packages
Hi, please try to downgrade your node version to 14 to solve these issue.
Ok but what if i need to use latest version of node?
Hi, using package.lock.json that come with the template, should install the packages without obstacle in latest version, please drop us a email, we will provide you a packages update list.
contact me at dmytrovydysh271098@gmail.com
I just built an app and deployed on my cpanel server, the issue I am getting is missing chunk. Something like this “react-dom.production.min.js:189 ChunkLoadError: Loading chunk 4954 failed.”
is it because of lazy loading or suspense. The app works fine on fresh browser and but on revisit, the issue arises . please help
Hi, you may need some configuration on .htaccess file to prevent this issue.
Hey i have searched a lot about this issue, can you please share what changes on htaccess file,
it currently looks like this
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>
- php—BEGIN cPanel-generated handler, do not edit
- Set the “ea-php81” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php81 .php .php8 .phtml </IfModule>
- php—END cPanel-generated handler, do not edit
it would be great if you can share some changes or article or link about it .. thanks
if htaccess file added & the problem still exist, please check that chuck file 4954 whether available in the build/static/js folder
Hi, what antd version use in project ?
Currently we are using version 4.23.6.
Do you have any plans for an update to version 5.0?
Yes, we are trying to update to version 5.0, however this plan was currently on hold due to the limited of design token in antd 5.0, but we will keep on follow the antd update, untill the design token having mor compatibility.
the rtl not working properly
Hi, may we know which part of RTL is not working well ?
when you change direction from LTR to RTL the side menu should become on the right side
Alright, thanks for your reporting, we will fix this as soon as possible.
Created an auth service, and calling that in our login form. following is the code
Creating login auth service
const authService = {};
authService.login = function (data) {
return customFetch({
url: '/login',
method: 'post',
data: data,
});
};
Calling login auth service in login form
await authService.login(values).then((resp)=>{
console.log(resp)
})
requesting is being sent to server and we are able to see that in our network tab. but it’s not return any response to UI for e.g. nothing is logging in the console
we also observed that response interceptor is not getting any hit.
P.S. the same method used to work in previous version of emilus
if (environment !== 'production') {
mockServer({ environment })
}
awesome.. worked like charm
thanks
You’re Welcome
I am using useNavigate from react-router-dom to navigate to another page. The forward url parameter is getting append to URL but it’s not changing the view unless manually reloading. We are also dispatching ‘authenticated’ to change the state of ‘redirect’ state but the same issue is there.
In last version, all these operation were easier using history.push . Since the system has been changed can you please share some documentation or quick guide to resolve this.
Dear support, I need a cms template for manage my company chat app. use only in the company. do i need a regular license or extended license
HI, guess a regular license is sufficient for this case.