Jibo - React Next App/Product Landing Page Templates
There are no ratings for this item. Be first!
This is not an HTML Template. It’s a Pure React Next JS Template. Jibo is a Modern Responsive App and Product Landing Page Template built with Pure React, Next js, and Express js. The template is offering multiple variations in landing page designs with Unique User Experience (UX) and Look \u0026amp; Feel. It looks stunning on all types of screens and devices. This is also offering multipurpose features which can be used to present and promote your Mobile Apps, SaaS Applications, Software, Digital Products, IT Startups, Books or Magazines website, etc on the web. Jibo offers a creative and business-focused way to present and promote your startup product or mobile app website. Important Note: This is not an HTML template but... READ MORE
Review Left On 04/09/2022
Hey this template is not working out of the box and needs a lot of updating. Are you going to update it?
Review Left On 04/10/2022
Thanks for the message! Please replace the auth api_key by your API key into mailer.js file.
Please feel free to send us email to [email protected] if you have any queries
Regards,
EnvyTheme support
Review Left On 04/15/2022
Hi ET,
Question regarding the setup of the contact form. Having trouble getting it up and running. I have my SendGrid API key hooked up, but is there something else that needs to be done? Do I need to setup an .env file? Out of the box, what needs to be done to get this contact form to work?
Thanks
Metrica - Admin & Dashboard Template
::
Jamia - Islamic Center Responsive HTML Template
::
Dropex - Architecture WordPress Theme
::
VISO - Creative Agency Portfolio Landing Page Template
::
Gelr - Bootstrap 4 + Laravel Starter Kit Admin Dashboard Template
Review Left On 04/23/2022
hello, why meta tags are not displayed in view source ? from what I know nextjs display meta tags? please advise. thanks
Review Left On 06/03/2022
Hello,
Since the codebase contains some code in express would it require setting up backend? and how would I host it.
Thanks
Review Left On 06/13/2022
The app breaks when you remove sections. Removing sections causes TypeError: Cannot read property ‘offsetTop’ of null in the navigation component. So far I have not been able to fix it
EDIT: I fixed this by changing line 38 in Navigation.js to:
if (
section &&
section.offsetTop <= fromTop &&
section.offsetTop + section.offsetHeight > fromTop
) {
Notice that I just added a check for the existence of section and this will fix it so that you can remove sections.