Discussion on EasyDev — Web3 React BS5 Admin & Dashboard Template + Figma

Discussion on EasyDev — Web3 React BS5 Admin & Dashboard Template + Figma

Cart 2,501 sales
Well Documented

Aspirity does not currently provide support for this item.

427 comments found.

Hello, I have downloaded the template but when I opened it, It shows that this is a single page application “spa”, but what was described is that this is bootstrap for my web based application. I reviewed the demos all shown that this is a web application not “SPA”.

waiting your answer,

thank you

Hello, I have downloaded the template but when I opened it, It shows that this is a single page application “spa”, but what was described is that this is bootstrap for my web based application. I reviewed the demos all shown that this is a web application not “SPA”.

waiting your answer,

thank you

Hello I bought this template and I really like it. It compiles fine in my computer and I can see it fine, but for some reason when I load it to heroku it is failing to load. I removed a lot of stuff to make it light because the error indicates “FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed – JavaScript heap out of memory.” and the heorku support tells me:

By default Node (or rather the underlying v8 JavaScript engine) can only address ~1.5GB of memory. Your build is hitting this limit and crashing the Node process.

The bad news is that ultimately the solution is to find which plugin and step are causing the memory bloat. There is little reason that a frontend build process should take so much memory.

I am not sure if this is correct but I will appreciate if you have any info on this or any ideas on what can I do to make it work once it is up in heroku?

thank you

Hello!

We answered you in the other comment, please inform us if not everything was solved.

Best regards, Aspirity team.

Hello. I want to know if I can use the template “EasyDev — Developer Friendly React Redux BS4 Admin Template + Seed Project” with the regular licence, for a web application. On this application the users must have a subscription, paid (monthly or yearly), or not, accordly with the funcionalities choosen. Thank you.

Hello,

Yes, you can purchase the Extended license and use the template in the way you described.

Best regards, Aspirity team.

http://previews.aspirity.com/easydev/ seems to be down. Is this a known issue? And if so, what is expected to be the downtime?

Seems to be resolved now.

Hello,

Our apologies – yesterday we experienced some issues with the environment. At the moment it’s all fixed.

Best regards, Aspirity team.

Where are the installation video ? We are facing challnages with the template installation. We are unable to install the theme dashboad. Need support.

Hello,

Please find the installation video in the documentation section – https://previews.aspirity.com/easydev/documentation/installation

Best regards, Aspirity team.

Hi i just bought the theme yesterdat I downloaded all dependencies from the template folder but i receive an error based on the fact that theres no firebase project linked to it then I added a firebase project and it needed google js to not be empty I dont need this things for what im gonna use the theme for i just want the project to run so that i can see the components and use them as I see fit, would appreciate a quick response and a solution as to how to make the project run just as it did in the demo.

Thanks guys, Sorry to comeback with something else but now Im wondering if you guys have any advice or guide as to how could I adapt the theme to a different and newly create-react-app project I tried to do so but ended up with a pretty funny looking site im pretty sure it has something to do with all the specifications you guys used with the css webpack configurations, also if you guys could guide me as to how to start the project with react script start and not with node server.js would really appreciate it, thanks in advance.

also any time I make a change to the themer i get this error Line 1: Strings must use singlequote quotes Line 2: Strings must use singlequote quotes Line 3: Strings must use singlequote quotes Line 4: Strings must use singlequote quotes Line 6: Strings must use singlequote quotes Line 7: Strings must use singlequote quotes Line 8: Strings must use singlequote quotes

Hello!

1. You can use our templates for many cases, unfortunately, we don’t have a guide for this one.

2. Looks like you are using doublequote quotes instead of singlequote. Please check the code and make sure you’ve got rid of all doublequotes quotes.

Happy coding!

Best regards, Aspirity team.

Hi, I’ve tried to setup login with Firebase and it’s work! But only problem is it is not redirect to dashboard after login. It seems like this line : history.push(’/dashboard_mobile_app’); doesn’t work.

But in your preview site, it is working good. Any suggestion please?

Hello,

You need to properly configure firebase remotely and locally. Take a close look at the allowed redirects. And also see the settings in template / src / shared / components / auth / withAouthFirebase.

Best regards, Aspirity team.

Hi,

I just purchased the template; but I am unable to know how to change the icon in the sidebar.

I see it happens in the SidebarLink component, by passing the icon props. Where can I find a list of the icons/props I can pass to choose other icons?

Hello,

We use linearipack icon pack: https://linearicons.com/free

Pass in the props the name of the icon from this pack. Without “lnr-”

Best regards, Aspirity team

Hi, I’m having a problem with Firebase Auth. Currently I can login with the email or the google button and it is perfect. The problem comes with the token, after 1 hour it expires. In addition to all the response that comes from firebase, the only one who walks me is one who is in “user.b.b” which is a bit weird. The idToken in Credentials doesn’t work for me. How can I make the token renew automatically? shouldn’t this do the same firebase library?

Thank you.

Hello,

Please check out this information, it should help: https://firebase.google.com/docs/reference/js/firebase.User#getidtoken

Best regards, Aspirity team

Hello, something is wrong…I cannot run the template. I got an arror “Expected indentation of 8 space characters but found 12” So what should I do?

(base) vladimir@mac template % node -v v12.14.1 (base) vladimir@mac template % npm -v 6.13.4 (base) vladimir@mac template % yarn start yarn run v1.22.0 $ node scripts/start.js Attempting to bind to HOST environment variable: x86_64-apple-darwin13.4.0 If this was unintentional, check that you haven’t mistakenly set it in your shell. Learn more here: http://bit.ly/CRA-advanced-config

ℹ 「wds」: Project is running at http://x86_64-apple-darwin13.4.0:3000/ ℹ 「wds」: webpack output is served from / ℹ 「wds」: Content not from webpack is served from /Users/vladimir/WebstormProjects/themeforest/template/public Failed to compile.

./src/containers/Documentation/01_introduction/components/IntroductionFeatures.jsx Line 10: Expected indentation of 8 space characters but found 12 react/jsx-indent Line 10: Expected indentation of 8 space characters but found 12 react/jsx-indent Line 10: Expected indentation of 8 space characters but found 12 react/jsx-indent Line 10: Expected indentation of 8 space characters but found 12 react/jsx-indent

Search for the keywords to learn more about each error.

Hello, sorry about that! We have updated the theme, please download the updated version, it should help.

Best regards, Aspirity team.

Hello I am really happy with this theme and it is wonderful, but I am having an issue when I am trying to load a table with data from my api in which it seems like there is a race condition and my table does not get populated in time by the time it gets display in the browser. If I use the hardcoded examples you included in the seed there are no problems, but the moment I switch to a api call through axios it just won’t show. I can tell the data is coming through by outputting to the console, but the html would not render it. I would really appreciate if you can point me to the correct location or an example on how I can mitigate this issue please.

thank you.

Hello,

At the moment we need more information in order to help you. Could you please show us how your createRows function made? And how you receive the data in the component?

Best regards, Aspirity team

The way I changed was: // const originalRows = this.createRows(rowsCount + minRows); const originalRows = this.getData();

and my function looks like this:

getData = async () => {

await fetch("https://novazao-api.herokuapp.com/business/mysql-data-table-test", {
        method: "GET",
      })
        .then(res => res.json())
        .then(json => {
          let rows = [];
          json.forEach(item => rows.push({
            id: item.id,
            first: item.first,
            last: item.last,
            user: item.user,
            age: item.age,
            date: item.date,
            location: item.location,
            work: item.work
          }));    
          console.log("getFlorsaniData: ready to return rows")
          console.log(rows);
          this.setState({ rowsToShow: rows });
          console.log("test KEvin: " + rows)
          return rows;
}
})
.catch(err => console.error(err));

the error shows at:

> 179 | return originalRows.slice(rowsFrom, rowsTo);

with this message: “TypeError: Object doesn’t support property or method ‘slice’”

Which is because the object is empty when tris teo slice it. If I use the hardcoded createRows function it works, but I am using axios trying to get the rows from an api call.

Hello!

You have two ways to solve this problem.

1. Pass an empty array to avoid an error 2. Don’t render the table before a data appears. This option looks more preferable. Especially if you add a loader for data loading and placeholder “no data” if a request returns nothing.

Best regards!

Hi Team,

We could not access all the resources that were mentioned in the template and when we try to load the page using ‘npm i & npm start’, it’s just coming as blank. We couldn’t find the charts folder, also we need some help with routing. We tried this in the seed-without-redux and faced these issues. So can you please help us setup the template like it’s showing on your website.

Also help us with setup videos.

Hello,

You can find the router here – /seed-without-redux/src/containers/App/Router.jsx

But there are no charts in the “seed-without-redux”. If you want the same things that we have in our demo, please use the “template”.

Was your question answered?

Best regards, Aspirity team.

I am facing following error while npm run build, what should I do i have started development on it.

npm run build

> easydev@2.4.0 build F:\Project\Hotel App\themeforest\new-seed > node scripts/build.js

internal/modules/cjs/loader.js:638 throw err; ^

Error: Cannot find module ‘terser-webpack-plugin’ at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object.<anonymous> (F:\Project\Hotel App\themeforest\new-seed\config\webpack.config.prod.js:8:22) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! easydev@2.4.0 build: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the easydev@2.4.0 build 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\K\AppData\Roaming\npm-cache\_logs\2020-02-10T17_37_46_757Z-debug.log

Hello,

We recommend you to try one of these lines:

yarn add terser-webpack-plugin —dev
npm install terser-webpack-plugin —dev
yarn
npm install

It should help. If it doesn’t please inform us.

Best regards, Aspirity team.

Hello Aspirity!

You guys did such an excellent job with this template, easy to set up and easily customizable I really love it!

I have a couple of questions for you guys if you could just help me quickly that would be amazing!

1 – How do I use the loader you set up in App.jsx? Is it possible to call it from a component when I want to load something on the page? Or should I build my own? I’m just not sure if the code you did in App.jsx with the loader is something I can call from anywhere in the code or is it just intended to serve when reloading the app ?

2 – In your default date picker, how do I set up a default date ? I am calling it just like you do in DatePicker.jsx:

<Field
  name="dateClose" 
  component={renderDatePickerField}
/>

but I don’t how to pass a default value when I need to pre fill the input for an update form.

Thank you so much for your help!

Hello! Thank you for your kind words.

1. Yes, you should just write the loader when you want. You need just use react condition for show or hide the loader.

2. Yes, You need to change state in DatePickerField like this.

  this.state = {
      startDate: this.props.startDate,
    };

Best regards, Aspirity team.

Thank you so much guys for the premium support! Really appreciate it! And, if it’s not too much asking, how do you validate a textarea field? From your examples I can use form validations on text fields with renderTextField but I cannot find a way to validate a textarea. Thank you so much!

Hello again, thank you!

Textarea validation is the same as input validation.

Best regards, Aspirity team.

Hello,

Is it possible to get a design file (Sketch / Photoshop)? It will make it much easier to plan before developing. I was a bit surprised it wasn’t part of the theme.

Overall, very impressive work :)

Thanks, Ohad

Hello,

Unfortunately, we don’t support Sketch files anymore. We can provide you one but it won’t be actual. Would it be OK?

Best regards, Aspirity team.

Yes please! It will be a great start for planning a dashboard.

Hello,

Please email us via product@aspirity.com so we could send you the file. Cannot file the email in your profile.

Best regards, Aspirity team.

How to add Action Button Like disable or delete particular record , in Given datatable? given in theme

Hello,

Try this – https://adazzle.github.io/react-data-grid/docs/examples/cell-actions

If it doesn’t help please inform us.

Best regards, Aspirity team.

Hi

I would like to install the packages and modules and packaged my project nicely in an internet zone.

After which, i will need to bring my project templates into a non internet zone for development.

How can i make sure that my template still works in the non internet environment with all my dependencies and node modules in place?

Thanks

Hello,

If all the dependencies are installed locally, then you can easily work into non Internet zone.

Best regards, Aspirity team.

Line 5: ‘DragSource’ is defined but never used no-unused-vars Line 86: Expected indentation of 34 space characters but found 36 react/jsx-indent

Line 87: Expected indentation of 34 space characters but found 36 react/jsx-indent Line 88: Expected indentation of 34 space characters but found 36 react/jsx-indent Line 89: Expected indentation of 34 space characters but found 36 react/jsx-indent

How to disable this strict check ? While in development mode it really irritating .

Another Question is I used new seed but when I try something to use from template project it wont work for example if I want to use basic tables or data table after installing all required decadency. Style not apply and it mashup whole page .

Despite giving this complex & advance structure , Cant you give me some sample project which simply works on Js and I can use required component without hassle .Please provide that also its recommendation.

Or can You provide me a simple HTML Template I will convert it according to my need.

its EasyDev but its not so easy for beginner level developer of reactjs.

Hello,

We recommend you to read this documentation, it should help – https://eslint.org/docs/user-guide/configuring.

And about HTML template – we have one, you can purchase it here – https://themeforest.net/item/easydev-developer-friendly-html-bootstrap-4-admin-template/24492795

Best regards, Aspirity team.

Hi how do I get the latest updates? Do I simply download it from the downloads folder and has the React Version been upgraded?

Hello,

We haven’t upgrade a React version but we updated the template and yes, you can simply download it.

Best regards, Aspirity team.

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