583 comments found.
Is there really an update on SSR to be expected? You’re telling people that it is “very soon” available for two months now. SSR would be the most important feature for me. Shall I wait with my order or better go with another template maker?
Sorry for the delay, its almost ready, we’re just fixing few things, should be available within next week, also React 16 support. Thanks
So what was in the latest update? Nothing to find in the notes….
Hi, We have just provided the JWT implementation based on Express. You can check the change log in the Change Log section of the Item Details page. Thanks.
Hi Guys, thanks for yet another update. Do you know when we can expect a update with React 16 and/or SSR ?
Our SSR version is almost ready, we’re having few issues there, trying to resolve. We will try to release within next week. For react 16, we are still trying, few component has problems, we’re trying to solve. We will push update very soon. Thanks.
Will the new next.js branch support routing like /catalog/:group_id/:prod_id ?
i have some question regarding when to use a saga function. in most of the actions in the template , an action corresponds with a saga function. for example, all the notes actions has a saga function and the saga function looks like this
export function* deleteNote() { yield takeEvery(actions.DELETE_NOTE, function*() {}); }
it doesnt have anything in the function. why is this necessary?
however, in the mail actions, only filterAction has a saga function. whys that?
when should we create a saga function and when not to?
Hi, could you please create a ticket to our support, https://redqsupport.ticksy.com/ We can assign our support engineer.
Saga function is action middileware, use whenever you want to capture a action, manipulate it / use `call` function to do the async operation. We showed couple of places that you can use here; if you don’t use them it won’t create problem.
Please create a support ticket so we can track. Thanks.
It is possible to use it in react-native?
It would be tough to use this but we had this in our mind, thats why we’ve used `styled-component`, so you will have style support for react native, but we have used different web markup like div, p, those are not allowed into react native. we will try to publish a RN version of isomorphic. Thanks.
NextJS only supports React 16 now. Is that still going to be released soon? Thank you.
Yes, Team is working on it, we are trying to publish it asap.
Very good template. One feature request – Please add element or pre-built page for pricing tables. Would be great if you could squeeze it in your next update.
Yes, we will try to update it in next update. Thanks
Hi, I have a pre-sale question: Is it possible to use it also with electron to deliver a native app for MacOS? And are service workers already implemented?
We haven’t tried with electron, It’s into our queue. We will definitely try to provide a electron ready version. Thanks.
Hi, presale question here. Are you using TypeScript for this project? If so, can it be build without?
Used ES6 and Yes.
ES6 !== TypeScript. But if you don’t know what i’m talking about then you probably didn’t write it in TypeScript. Thanks for your answer anyway.
Sorry for the confusion, We didn’t used TypeScript and We know about TypeScript, We’ve used ES6. Yes, you can build it without TypeScript 
yes I bought your app already and configuring now. Is there any more info available on the firebase integration? There’s nothing in the documentation it seems
Thanks
Advanced Elements -> Date Range Picker - Unable to pick start date before current date. Even with ‘Enable Outside Days’ option checked. Please fix.
Will you please open a support ticket. We will assign one of our support engineer for your ticket delicately. Thanks.
any git repo for faster update?
We are not providing that still, we will try to provide after next update. Thanks.
SSR is a critical feature for us. Do you have ETA for releasing SSR support?
Today we’ve released styled component version, will try to release Next JS version Next week. Full team is working on it. Thanks.
Hi, may I know the best implementation of fetching data via ajax for this template. I’m quite knew with isomorphism in react. May I have a simple example for contact list loading initial data via ajax.
we have used ajax implementation into youtube and github search please check those, let us know if you still have problem. Thanks.
Hey Guys!
Great job on a template and a tech stack?
Can you please give a quick update on React 16 update path? I just bought a theme, and was planning to integrate it into our infra, but would preferrably omit updating React manually, if possible 
Also I looked into a sketch file, and it seems that not everything is included there. Do I assume correctly, that you just reskin majority of ant.design, so I can use their sketch? Thank you!
Hey Guys!
Great job on a template and a tech stack?
Can you please give a quick update on React 16 update path? I just bought a theme, and was planning to integrate it into our infra, but would preferrably omit updating React manually, if possible 
Also I looked into a sketch file, and it seems that not everything is included there. Do I assume correctly, that you just reskin majority of ant.design, so I can use their sketch? Thank you!
I’m not entirely sure why 2 comments got posted, please answer to this one.
Yeah, Our design team hasn’t done all of them into Sketch, you can use ant design Sketch. Ant.design is not fully compatible with react 16, we’re trying from our end to update. We are preparing a good push with styled component. Thanks
Any estimates when you could roll out React 16 update? Good work on styled components.
Hi, congrates for your script i have some presale question before purchasing
I am a developer, and I used to frontend developer the sites using HTML, CSS, js, and bootstrap. I just came to know regarding your script. here are my questionsHow can I use your scripts to develop the frontend script? .Because I am new to admin templates
note: I have zero knowledge in angular js
Please look into react [ https://reactjs.org/ ] and modern JS [ ES6 ]. Our template is based on [ https://github.com/facebookincubator/create-react-app ] and ant design [ https://ant.design/ ] , you don’t need angular js knowledge to work with react, you’ll need pure JS knowledge.
Thanks.
We just bought the template. There is no starter or seed project with just base layout (navigation, menus and styles) and blank page. The goal is to use this template/layout to integrate in to an existing app.
Also is it mandated to use yarn for this template? Thanks much.
please create ticket at https://redqsupport.ticksy.com/ so we can assign our support engineer to help you. you can use `npm` too. Thanks
Thanks, submitted.
Hi, do you have an example for Datatables with contents loading using AJAX?
No, we don’t have data table with async loading but its easy to implement, we will try to show it in our next update.
Hello thank’s for this great theme so i wanna ask for chat side bar it will be available in next update?
We don’t have the design yet for that, we will try to add chat feature soon. Thanks
ok thank you so can i implement the meteor easily ?
We don’t have by default meteor support, you may need to do this on your own. Thanks