Discussion on Ecme - React Tailwind Admin Template (React 19)

Discussion on Ecme - React Tailwind Admin Template (React 19)

Cart 1,496 sales
Recently Updated
Well Documented

Theme_Nate supports this item

Supported

This author's response time can be up to 2 business days.

64 comments found.

hi, sadly i thought the files would be HTML and Js but .tsk I don’t know what that means so I asked for a refund because I don’t understand about it

Hi, we just approved the refund.

You are welcome, please reach us out again if you encounter any issues.

Do you have any cookie blocking? When writing and reading cookies from the server in the requests, it returns null even though in theory I stored cookies

Hi, we don’t block any cookies, if you wish to forward cookies while sending a request, you could set withCredentials: true to your axios request.

Looking forward to the release of the HTML version.

Hi, thank you for your interest in our template. However, we currently have no plans to create an HTML version.

Do you have this template available in plain HTML, CSS, and JavaScript without using React?

Hi, we have only React version for this template at the moment.

do you have the figma of this available for purchase please?

Hi, currently we have no figma version for this template.

hi, while installing the starter page i ran in to this, do you plan to make updates?

npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead

└─┬ eslint@8.57.0 └─┬ @humanwhocodes/config-array@0.11.14 └── @humanwhocodes/object-schema@2.0.3 Current latest version of eslint : 9.15.0

1 high severity vulnerability cross-spawn 7.0.0 – 7.0.4 Severity: high Regular Expression Denial of Service (ReDoS) in cross-spawn : This is a type of vulnerability where an attacker exploits inefficient regular expressions, causing them to take an excessive amount of time to execute when processing specially crafted input. : In this context, a vulnerable regex in the cross-spawn package could allow an attacker to introduce delays or crash the application by providing malicious input.

Corrected by installing version ( 7.0.6 ) : npm install cross-spawn@latest

found 0 vulnerabilities

Hi, we just released a hot fix for this.

hi, i notice a new release was done in Jan 15 but i dont see any changes on the changelog file, still says: v1.3.7 01 Dec 2025

Hi, this update was a ThemeForest file patch to fix a missing file. It does not impact the current template version.The next version update is scheduled for the end of this month.

Vai ter uma atualização com a versão Next.js deste tema?

Hi, we are currently working on NextJs version, estimated it will be released on next year January or February.

The theme is wonderful, but I wish it had the Next.js version of the theme, with a sample SaaS landing page.

Hi, we are currently working on NextJs version, estimated it will be released on next year January or February.

Beautiful theme, but I would appreciate it if the theme included one or two SaaS landing pages.

Hi, we will consider including the landing page we had in the demo, as it’s not designed for template purposes for now.

i need nextjs and js version

Hi, we are currently working on Nextjs version, estimated will be released in January or February next year

Template looks nice, question can the body block be expanded to fill the page completely as an option maybe, like if i used the horizontal menu, than we just have alot blank space on sides specially in wide monitors

Sure, every layout can be customise based on needed.

We lost tens of hours of time because of the template problem and when we changed the template all our problems disappeared. We shared our experience and that was deleted too.

Hi, based on your review, you mentioned a re-render issue. Can you provide more details? Specifically, where in the component are you seeing this happen, and what kind of performance issue is it causing?

If you’re talking about two renders happening at the same time, that’s normal behaviour caused by React’s Strict Mode. You can read more about it here: https://react.dev/reference/react/StrictMode

Other than that, we are not seeing any increase in render times in our template.

If you intend to resolve the issue, we are always ready to help.

If you are really not satisfied with the template, you can request a refund on ThemeForest, and we’ll approve it.

For some reason, my layout doesn’t work when I configure it as:

``` export const themeConfig: ThemeConfig = { themeSchema: “dark”, direction: “ltr”, mode: “light”, panelExpand: false, controlSize: “md”, layout: { type: “framelessSide”, sideNavCollapse: false, }, };

```

Can I reset it somehow? I do need to keep the state

Thank you so much

The persistent state is stored in localStorage. If you need to manipulate it for development purposes, you can do so directly by opening DevTools, navigating to the Application tab, selecting Local Storage, and deleting the theme key-value pair.

If you’re building this for a client application and need a more user-friendly solution, consider adding a reset method like this in useThemeStore:

export const useThemeStore = create<ThemeState & ThemeAction>()(
    persist(
        (set) => ({
            ....
            resetState: () => set(themeConfig),
        }),
        {
            name: 'theme',
        },
    ),
)
You can call this method whenever you need to reset the theme. Let us know if you need further assistance!

What were the updates

Hi, you can download the latest version from your ThemeForest download page

cool, thanks, is there any changelog?

I would purchase an HTML version

Hi, html version was not available at the moment .

When starting in the development environment, strarter was changed, so that when starting, rtl starts, but the change does not occur, and ltr remains. direction: THEME_ENUM.DIR_RTL, direction: ‘rtl’ (file—Theme.Config)

Hi, thanks for telling this issue, find out that we are missing the initial direction attribute append for the body, To solve this issue, you can import useDirection hook to src\components\template\Theme.tsx
import useDirection from '@/utils/hooks/useDirection'
and init it as following:
const Theme = (props: CommonProps) => {
    useTheme()
    useDarkMode()
    useDirection()

   ...

This could solve the issue, we will include this fix in our next update.

Please let us know if you have any further questions or if the issue still persists.

Regards

Thank you

You are welcome! feel free to reach us out via email, if you encounter any issues again.

Hey! Could you help me with two things:

1. Add a landing page to the demo code – something like this one: https://preview.themeforest.net/item/ecme-the-ultimate-react-tailwind-admin-template/full_screen_preview/

2. I also need a datatable (like MUI DataGrid) that has: – inline editing – sorting – other basic features I’ve been trying to build it myself but I’m stuck with the CSS part

my email address: akimisen@gmail.com

Hi! We just sent you an email—please check.

Can this be integrated with the previous project? I want to use these UI components with my last project. How do I do that?

You’re welcome!

Having documentation on the Chat AI UI and its usage would be nice.

Thanks for your feedback, we will enhance the documentation on this part.

Could you help me implement this template in a Laravel + Vite + Inertia + React stack?

While we are not an expert in Laravel & Inertia, we found some useful guides online that should help you integrate the template into your stack. Here’s an article https://medium.com/@demian.kostelny/set-up-laravel-app-with-inertia-js-react-js-and-vite-js-60f1f5fb8b73 that covers setting up Laravel with Vite, Inertia.js, and React. This should give you a good starting point. If you encounter any specific issues, feel free to reach out via our email, and we’ll do our best to assist.

Thanks for the link, but the environment itself is already set up.

How can I disable routing, authentication, authorization, and other features? Also, how can I integrate only the UI components into the existing framework?

Hi,

To quickly integrate only the UI components, you can copy the following directories under /src:

  • @types
  • assets
  • components
  • configs
  • constants
  • store
  • utils

These folders include all the necessary pieces, such as layout components, basic UI elements, and utility components. You can also update App.tsx to the following:

import Theme from '@/components/template/Theme'
import Layout from '@/components/layouts'

function App() {
    return (
        <Theme>
            <Layout>
                Your page content
            </Layout>
        </Theme>
    )
}

export default App

And modify Layout.tsx like this:

import type { CommonProps } from '@/@types/common'
import { useThemeStore } from '@/store/themeStore'
import PostLoginLayout from './PostLoginLayout'

const Layout = ({ children }: CommonProps) => {
    const layoutType = useThemeStore((state) => state.layout.type)

    return (
        <PostLoginLayout layoutType={layoutType}>
            {children}
        </PostLoginLayout>
    )
}

export default Layout

Please note that some components may import hooks from react-router-dom and @auth, which you might need to remove manually.

Feel free to reach out via email if you run into any issues during the migration. We’ll be happy to assist!

What do you think about make HTML version?

Hi, we have no plan to create HTML version for now.

Great Work, Congratulations GLWS :)

Thank you!

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