Do you ever yearn for the good olβ days of the web, where pages were mostly animated skulls and βunder constructionβ gifs? Back then, you didnβt need fancy-shmancy CSS, just a lot of nested <TABLE>
and <FONT>
tags. Had some extra-important text? No problem, just use <BLINK>
. It was a simpler time.
Building websites has changed since the β90s. These days, the cool kids are using React, or Vue, or whatever the cool kids are using now. No one actually seems to write HTML anymore. But what if we could turn the clock back without giving up our modern frameworks? What if we could have the best of both worlds?
Meet my latest project: React β99. Use Reason and React 2077 to invoke the HTML of 1999.
Itβs a library of ReasonReact components that emulate the bygone HTML of yester-millenium. Check it out:
open React99;
module SuperCoolHeader = {
[@react.component]
let make = () =>
<CENTER>
<BLINK>
<FONT color="red" size="7">
{React.string("Get up and slam!")}
</FONT>
</BLINK>
</CENTER>;
};
(Animated skulls and construction gifs not included.)
Top comments (0)