Demo Tests with “Hashnode Pro”
// Syntax highlighting: JavaScript (React)
import React, { useState } from 'react';
import './App.css';
const App = () => {
const [message, setMessage] = useState('');
const [chatHistory, setChatHistory] = useState([]);
const handleInputChan...
hashnode.elijahwilt.com1 min read
Omezibe Obioha
Software Dev ✦ AI Engineer ✦ Creative
You should definitely try out the callout block (pretty cool, though laggy) & the AI feature. Then there's the Zen mode feature while writing posts.