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

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

Cart 2,502 sales
Well Documented

Aspirity does not currently provide support for this item.

427 comments found.

Hello, We purchased your EasyDev template. Its works well but we cant use React/Redux version well and need pure html css and js files. Could you send us that files ?

Thank you.

Hello, histurizm!

Unfortunately, there is a bit different between React/Redux and pure html/js/css versions. Those files you are talking about are html version, but for now, we have only React/Redux version. All you can do for now is inspect source code from the purchased package and trying to separate pure html/css (sass in that case) and use it.

Best regards!

Thank you for answer. We’d like to use your Easaydev template. Do you have a plan for html version soon?

Now we’re developing an Angular-version but then we’ll make an HTML one.

Best regards!

Hi,

I recently purchased your template. I am working on my main dashboard using React and Redux, with a python backend that I make HTTP requests to.

I have run into a bit of a wall regarding displaying information on the different panels. Basically, I have a form on my main page, which takes in an input on a company. This was created as a component in the MainDashboard folder that I created. Now, upon a button press in that component, I wanted to update the graph and news pane, two other components created in 2 different jsx files. I am able to make http requests and such, but my issue is essentially transferring the chosen ticker to the other component files and triggering an update in those other components.

Have searched around and not found a suitable solution, so any help would be much appreciated.

Thank You

Hello, rahulvbrahmal!

Unfortunately, we can’t give you direct instructions about your problem because this product is basically a UI template, and all data operations are about your choice of appropriate approach, but. First of all, you need to decide what middleware should make your HTTP calls and then you need to think about connecting your components which you want to update with your store. All your displayed data in components should be passed as props, and after updating your store, you need to map your redux store to component props, you can look at this mapping example in ‘new-template/src/containers/Dashboards/ECommerceTableEdit/components/NewOrderEditForm.jsx’ and ‘mapStateToProps’ method usage.

Best regards!

Thank you for the help with this. Will try this now!

You are welcome!

If the advice was helpful, please, rate us with stars.

Regards, Aspirity

hi! I’m doing yarn install, yarn start – after that I start getting errors like ./src/index.jsx Error: Failed to load plugin vue: Cannot find module ‘eslint-plugin-vue’ at Array.forEach (<anonymous>)

if I install that module, a few more eslint related popup – at the end the react source code produces eslint some esling related errors. I’ve tried both template and seed – same thing.

What should I do? Thanks

Hello gnoblin23!

That error is very mysterious because we haven’t used this package ‘eslint-plugin-vue’, because it was created for vue, not to react. If you have troubles with any eslint rules, you should give us information about that error, and we can help you to fix them.

Best regards!

Is there an easy way to fix this? When clicking through topbar menus, the user should not have to click twice. Open menus should close automatically when a different menu is clicked.

Is there an easy way to fix this? Topbar menus should close themselves when the user clicks a link on that menu

Hello, joehair!

Please clarify what top bar menu wrong behaviour are you talking about. If you are talking about this menu https://monosnap.com/file/q31Onsz6cN09pmDKWXREZlPVm8HnDN please provide us with more details, screens, your browser version. If we understand you write and you mean close behaviour at these menus, we can’t reproduce it.

Best regards!

Getting a compile error… this is for the latest version.

Failed to compile.

./node_modules/react-syntax-highlighter/dist/esm/light-async.js 5:11 Module parse failed: Unexpected token (5:11) You may need an appropriate loader to handle this file type. | export default createAsyncLoadingHighlighter({ | loader: function loader() { > return import( | /* webpackChunkName:”react-syntax-highlighter/lowlight-import” */ | ‘lowlight/lib/core’).then(function (module) {

Hello, neoearth!

Unfortunately, this is our error and we are trying to fix it now. For the fast solution, you can use yarn instead of npm

I am not able to get the updated version of EasyDev. It seems to have been removed from my downloads list. How do I go about resolving this?

Hi,

Envato says us you’ve never bought EasyDev, is it right?

I have bought it. I have the invoice number from paypal on the 27th of September

Hi, You can find your downloaded templates in the Download list. There you can get updated EasyDev template.

Best regards, Aspirity

Hi,

I have an error: 0) Download archive; 1) Unzip archive; 2) cd to new-template; 3) npm install; 4) npm start; 5) Browser opened and I see error:

Failed to compile ./src/containers/App/MainWrapper.jsx Line 6: ‘YM’ is defined but never used no-unused-vars

Search for the keywords to learn more about each error. This error occurred during the build time and cannot be dismissed.

What’s wrong? How can I correct this?

No, sorry, you should delete inprt line of YM from the beggining of this file

How do I change the logo on the top navigation? As well as the favicon? thanks!

Hello, shafer08! Try to change lines 7 and 23 in ‘new-template/src/scss/settings/variable.scss’ file!

Best regards!

Hello!

How can I unload this theme into visual studio code to start making changes?

Hi,

Sure, you can. Just open the project folder in VS code.

Regards, Aspirity

Dear Team,

Hope you are doing well,

This version is using an old version of React libraries in package.json, Now I am trying to write unit test-cases for react-component by using “jest&enzyme” libraries. for that matter, I have added libraries for unit test cases such as 1) “enzyme”: “3.9.0” 2) “enzyme-adapter-react-16” “1.9.1” 3) “moxios”: “^0.4.0”

but it didn’t work for me. Whenever I tried to run test scripts it shows me an error on existing import component of React. please guide/assist me how can I fix that issue.

Thank you.

Thank you! We will pay attention to this library and jest!

Thank you

Hi again,

We’ve updated several libraries and Jest too.

Regards, Aspirity

Hi there, I have just purchased this template.

I am unable to find the Layout mobile option in the template which was provided in the demo

Hi,

What the mobile option did you mean? We have only the Mobile app dashboard which allows creating a web app for collecting mobile app statistic.

Best regards, Aspirity

I was talking about the Dashboard Mobile App

You can find the dashboard is in the sidebar. See the screenshot: https://snag.gy/5J4F7X.jpg

Is there any option to auto format the files. Every time showing the line space error.

Hi, ksamueldavid! There is no easy way to fix this, basicly you should use eslint to fix this issues. If you are using webstorm, you need to find command “Fix Eslint Problems” and bind any key you want on this command. If you are using VS Code, you need to download external plugin for this lint code formating.

Best regards!

Hello, how can I change globally this paddings ? I want a bit smaller

https://monosnap.com/file/r1Tb6ZNBaOOiRFZw7bH1Fx13WSWy1D

This is standard bootstrap paddings left and right 15px. You can manually replace them in your custom styles in any style file, for example, you can add your custom class to elements which you want to have more narrow paddings. For example, you can disable padding right or left

gotcha… thanks

You are welcome!

If our support was helpful, please, rate EasyDev with the stars.

Regards, Aspirity.

hi, i don’t need to use Redux, i can work with this template without Redux. And you have spanish support? Thx

Hi, nicomoralesm!

It depends on what you really want from this template. The simplest answer – yes, you can use it without redux, but how are you going to manage your data for templates? In other words, redux is just a strategy for delivering your data to our template views. Unfortunately, our goal just gives you simple and pretty components to display your data. How you will delivery this data to our components is your choice. Hope this answer helps you. Best regards!

and the UI is 100% with bootstrap? react-bootstrap, reactstrap?

Yes, but we haven’t used react-bootstrap. Also there you can find a lot of custom styles

Hello,

A great template for starters and get the job done!

Do we have an Right to Left (RTL) language support for the template for languages like hebrew.

Thanks again!

Hi,

Unfortunately, we haven’t RTL support but we are planning to do that.

Best regards, Aspirity

Hi, It is great when I see the i18n(multi-language). However, when I want to add a new language, I wonder where can I get other national flag icon, is the icon an open resource?

Thanks.

Hi,

Yes, the icons are open-source and you can find it here: https://getemoji.com/

Best regards, Aspirity

Hey guys – love the EasyDev template. It really is one of the cleanest admin templates going and we have done a ton of research trying to nail down which template we want to move forward with.

The only downside, as i know you are aware, are all the breaking changes in when upgrading react-select, datepicker et. all. to their latest (and required) versions.

I see that you guys already responded to a post that you have no intention on upgrading, but i did want to let you know that should you guys put in the effort, we will be more than willing to re-purchase this new template. Heck – even at 2x the cost.

All the best – glad to see that you are still going strong.

Cheers either way!

Hi,

Thank you for the feedback! We decided to update EasyDev as soon as possible. Probably we will do it in 2-3 weeks. Keep in touch!

Best regards, Aspirity

Oooh – yeah! You rock :-)

Hi, I just purchased this theme. Looks great. I was just wondering if there is any documentation on installing the same demo you have. I’d like to start stripping what I don’t need rather than starting from scratch and importing modules to the admin template I am building.

Please let me know and good luck with sales!

Hi,

Thank you for the feedback! Yes, we have a demo and you can find it in the article: https://hackernoon.com/how-to-easily-start-a-react-based-project-5dccde9669c3

Best regards, Aspirity

Hi,

In this theme, pagination not working on given data table. and also i have a problem in redux form while binding data from state as i am using statefull components. Please do need full to help me out. Thank You.

Hi, saprekSolution! Thank you for table pagination bug report, we are working on it right now. And also, please provide some more details about your problems with redux form, you can send us your code snippet via e-mail. Best regards, Aspirity!

Hi, do you have any opinionated views on which (react) packages are best for 1. Exporting data to CSV 2. Exporting data to PDF 3. Exporting data to an excel function

Thank you!

Hi,

Unfortunately, we have not the function of data exporting. But we decided to make it in the future.

Best regards, Aspirity.

Sounds good!

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