import { useRef } from 'react'; import ButtonLink from './ButtonLink'; import NewsletterForm from './NewsletterForm'; import Image from 'next/image'; import DatahubExampleImg from "@/public/images/showcases/datahub.png" const codeLanguage = 'javascript'; const code = `export default { strategy: 'predictive', engine: { cpus: 12, backups: ['./storage/cache.wtf'], }, }`; const tabs = [ { name: 'cache-advance.config.js', isActive: true }, { name: 'package.json', isActive: false }, ]; function TrafficLightsIcon(props) { return ( ); } /* eslint jsx-a11y/label-has-associated-control: off */ export function Hero() { const el = useRef(null); return (
{/* Commented code on line 37, 39 and 113 will reenable the two columns hero */}

The JavaScript framework for data portals

Rapidly build rich data portals using a modern frontend framework.

Get started View on GitHub

A project of Datopian Datopian

opendata.datahub.io
); }