427 comments found.
Hi,
I’m Interested in your theme.
My project used Mobx instead od Redux for state management.
Is it possible to replace redux with mobx easily witthout loosing functionality?.
Thank you
Hello, lmleisure!
Unfortunately, we haven’t used MobX, so it’s hard to answer on your question, but we can assure you, that redux here is as simple as possible, basically, it used only for manage colour theme and sidebar state, so there is shouldn’t be any problems with replacing it to MobX.
Best regards!
Hello Team,
We have purchased the team being impressed on the design and the innovations on every aspects. However, we have intended to use this theme for one of our project. But it needs good amount of customization works and changes on every page. I understand that the support package does not include the customization support. But do you have additional out-of-the-box support team to perform this customization at your preferred rate? If yes, can you please contact me on immediate basis to start the discussion?
I am available on my whatsapp +971567698061 or my email info@watchmydc.com and bilashece@gmail.com.
Eagerly waiting for your response. Thanks!
Hello, bilashece!
We apologize for the long answer! Basically, Aspirity is a Web Studio, and we glad to work on hard tasks, such as creating products or making customization. So we are free to talk about your tasks! If you want to hire us as developers for your project based on EasyDev please contact us via biz@aspirity.com.
Best regards!
Hello,
We’re looking for a React template for our project. We’re creating a single dashboard that will be accessed by many users. I would like to know how the licensing will work in our case.
Please let me know. Thanks Alex
Hi Alex,
The question is would your users pay for access to the dashboard?
Hello !
I am currently working with EasyDev.
I face a little problem.
I am trying to display this in the seed-without-redux environment : https://gyazo.com/daaeaa27588cfd595a4095eccd9bb450 But this is what I get : https://gyazo.com/48d86e68d7350952a70814743f89d19cI am sure this is because some scss is missing, and this must be the seed-without-redux\src\scss\containers\dashboard
So I added @import ‘containers/dashboard’; in seed-without-redux\src\scss\app.scss
And I get this error : https://gyazo.com/62db37fd6307f40320ded3af7a73afdf
Txt version :
Failed to compile
./src/scss/app.scss (./node_modules/css-loader/dist/cjs.js??ref—7-oneOf-5-1./node_modules/sass-loader/lib/loader.js!./src/scss/app.scss)
color: $color-green;
^
Undefined variable: ”$color-green”.
in C:\Users\Jo\Downloads\Crocabulia website\themeforest\seed-without-redux\src\scss\containers\dashboard.scss (line 763, column 12)
Thanks for your help.
Okay, I fixed it.
I had my container like this :
<Container>
The fix is : <Container className=”dashboard”>
Hi,
Nice to hear you’ve solved your problem.
Regards, Aspirity
react build file when refresh site goes to the index.html
Hi,
What do you exactly want?
Dear Sir,
I need this theme. its very impressive but my affordability is an issue. Don’t you have any teacher or student discount. I lies under both category.
This time offer me at $12 and if I am successful using and learning this theme. I will go for full price for next purchase.
regards
Dear customer,
We don’t provide personal discounts on a regular license.
Regards, Aspirity
I prepared my mind to buy, few queries before payment. Its show bootstrap 4, Are you using Reactstrap component or injecting bootstrap directly. Also Material-UI is mention so the theme is blend of both (bootstrap & material-ui) or if I want to use bootstrap only version I can use it without any dependency of material-ui. Last but not the least Redux is also mention, so with this theme redux is compulsory dependency or I can skip it. regards
Hi,
Here are the answers to your questions: 1. Here we using Reactstrap components everywhere we need bootstrap 4 components
2. We have only a few components with material UI like the material table, there is no fully material-UI design, we will change this description as soon as possible, we apologize for confusing description, so you will use only bootstrap version.
3. We used redux for manage theming and control sidebar behavior on show/hide, also here are some redux-forms, and that’s all
Best regards!
Hi! In the demo there is a list of “to-do”. Where to find it?
Hi!
Yes, we have the to-do layouts. One of them is on the e-commerce dashboard. The second one (as a separated app) is developing and we’ll add it to the purchase pack tomorrow! You’ll receive a notification about the EasyDev update.
Best regards, Aspirity
In the demo there is a list of “to-do”. Where to find it?
Hi, would you recommend any react native templates (somehow similar to the dashboard theme)? I am looking to build a mobile app extension to the web app.
Hi,
Unfortunately, we don’t know any examples.
Regards, Aspirity
Hi, Do you have a seed with react context API and hooks implementation’s (with out rudux) ?
Hello, durai45!
Unfortunately not, we have used just redux a little for controlling theming and sidebar state, also for forms, and that is all.
Best regards!
Good day. I can use your analytics to take into account views of posts created by users on my web site. I need an account of views for each user. I also want to convert views into money that the user will receive for the post created. thank
Hi,
What do you mean saying about analytics?
Is there an update instruction / list of files that have been changed ? So I can keep changes made to 2.0.0 and upgrade to 2.1.0
Regards.
Hello jex_!
Here is just updated node-sass for version supported Node 12, nothing more. You shouldn’t have any problems with compatibility. This release (v4.12.0) also supports older versions of Node.
Best regards!
Dear Aspirity,
From your item details
I can find it use bootstrap 4 and downthere I find material-ui. So in a purchase there is 2 bundle?
Another big thing about is seed project, Chat App and Email App develop with reactJS.
Is everything included in the purchase?
regards to you and your hardwork
Hello, ssaifuddin!
Thank you very much!
1. Unfortunately the most components we have designed with bootstrap 4, but also we have a few components with material-ui, this is not correct in the product description, we will fix this, so there is only one package with bootstrap 4 components and few material-ui components
2. Seed project is just a pure template for your further development with minimum components like sidebar. Chat and Mail Apps don’t have a lot of logic, just markup made with react jsx.
3. So after purchase, you will get the main template with two seed projects (with and without redux), also you will find Mail and Chat Apps in the main template.
Best regards!
Hi,
I´m trying to use “Products List” layout search input with redux and when I filter any column by the value the “Edit Table” didn´t update. The table only print the same first lines with out print new values.
I don´t use submit event only onChange (Input) I call to redux filter function.
Can anyone help me?
Thanks
Hello, Nicolillas!
Have you used ‘setState’ function after changing your rows array in ProductListTable.jsx component?
Best regards!
No, I tried to use with this.props.
I´ll try with setState.
Thank you!
I had tried with setState but the table only updates the number of rows and not the row content.
Can you help me please?
Hello, Nicolillas!
Have you find the solution of this?
Can you please give us more detailed steps to reproduce your problem? And also please tell us what changes have you make at this component?
Best regards!
Hi!
Unafortunately I don´t find the solution.
I tried next cases:
1) I added componentWillReceiveProps() to save values as state also when componentWillMount(). But when the event onChange of the filterinput calls to filter action to use redux, The table shows the Nº of rows of the original values and It doesn´t update table content also using setstate at componentWillReceiveProps().
2) I created a component which recive the props to controll as state but also these case doesn´t update the content. Only the number of rows.
If I print any column value out of the “Edit Table” component it shows well.
Can you help me? Do you need more information?
Regards,
Hello, Nicolillas!
Unfortunately, we can’t help you with your additional functional, which you trying to implement, and also seems that this problem doesn’t have a simple solution and it’s hard to help you just with text information. We suggested you make short snippet in online IDE such as codepen or codesandbox, stackblitz and show it on forums or give us a link, we will try to help.
Best regards!
Hi,
Really the problem isn´t with my function. The problem appear when I set updated array at the Edit Table rows attribute.
I will try to send you a codepen or similar link to show you the problem.
Thank you,
Hi,
I prepared a basic script with the problem that I´m reporting.
Can you give me an email to send the code?
Thank you,
Hi,
Our email is product@aspirity.com
Hello,I am first time buyer from envato. If I buy this template, I will get full sourse code to furthur develop and extend for different sites?
Hello, ssaifuddin!
Yes, you will get the full source code of template and landing page of this template, and you can use it in any way you need!
Best regards!
Sir Can I get discount on my purchase?
Do you really think that the template isn’t worth $26?
No Sir the effort worth more than $500, I am new to react and node and having PHP hosting, I like the design and not sure I can utilize it or not. React usually work with node not PHP. regards
Hi,
We’ve just made the discount and now EasyDev costs $400.
Thank You and Regards
Hi, i execute npm install, or yarn install. And i get so many errors in console.
https://i.ibb.co/dk8mvkk/Sin-t-tulo.pngAnd also please use only npm install
Best regards!
Hello! Just bought EasyDev. After installing packages using npm install(the seed), my watcher is not working and I’m forced to restart my server manually, every time I make an update. How do I fix this?
Hello, nkhskhn!
Here are three projects in one. New-seed, template (main template) and seed-without-redux, each folder should be started with run ‘npm install’ and then ‘npm run start’ commands. What exactly are you doing? We have tried to reproduce your problem with these steps: 1. Open new-seed folder 2. npm install 3. npm run start 4. Changed profile name in sidebar After that steps page has automatically refreshed with new name. Are these steps what are you trying to do? Please provide more details about your problem.
Best regards!
Hi, Is the source code in github repository? If it is, would it be to add me to it?
Hello, babygarlic! We have bitbucket private account, and we are not able to connect our customers to the repository, I am sorry.
Best regards!
I can start the project by typing “yarn start” when the webpage pop up, what is the login username and pasword?
Hello, thetopai! There is no passwords at this project, we haven’t implemented authorization logic yet, after yarn start, you should see default localhost:3000 landing page, that all
Best regards!
Two areas I was hoping you can help with:
1) I’ve hooked your app up to a server offering login APIs. When that server returns 401 (unable to login) I’m not clear as to how to get that message back to the login page. I can see it in dev console in the action and state. Any help figuring out how to bubble this up to the login page would be appreciated.
2) When I deploy to GAE, I am able to run the site, but refresh is broken. I get a 404. I’ve tried lots of configurations to see if I can get it to work with no success. Is there something in the app I can do to allow for this?
Thanks: d088ba57-ef45-47a3-9a58-5607b7bcbe96
.
I was able to get item #1 working.. although it would be nice to know that syntax to connect mapStateToProps in App.jsx (not sure how to do it with a hot(module)?
Hello, Charbs4!
Unfortunately, we have no idea about this problem, and haven’t seen it before
Interesting, I am able to reproduce just taking the base template and trying to run it on GAE. If I do the same thing with other templates I don’t see an issue. I’m trying to understand how the template reads the URL path to see if I can track it down.
It looked like it was working on other templates, turns out they just have a serviceWorker serving content from cache and that’s why it looks like a refresh is working. If you force a refresh from the server it still throws a 404. For the most part this works, as the cached SPA just needs that initial content to get started. Would like it to be able to contact the server for those hard refreshes, maybe people put Apache on top of the server just for that case? to serve traffic that is hitting build/{page} when you just want it to hit {page}
Using GCP and I have not put a a server on top of the static files as of yet, but that is one option. At first I was really trying to get GAE to capture 404 errors and send them to index.html, but no config worked for me. I ended up hosting the static content in Google Storage, which works great as I can control 404’s and just send them to index.html so I can have a normal looking url structure and it works for the tool I am building (re-routing 404’s that is). Only problem with Google Storage is getting HTTPS, I have to add a load balancer or run the site through CloudFlare. HashRouter would have worked too, but I didn’t like the structure. Hope this helps someone, different hosting providers have different options for SPA’s. I’m running with the Google Storage with a LB in front of it. Do you have a forums at all, would be a good discussion point, curious to know if I’m going in the right direction (really trying to KISS). Thanks for the help.
Hello, Charbs4!
Thank you for information!
Best regards!