This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm working on a nextjs/react thing and wanted to see how your r2 module compared to axios. | |
After installing and requiring, this is what I'm getting. | |
------------- | |
ERROR Failed to compile with .. errors 8:53:10 AM | |
These modules were not found: | |
* fs in ./node_modules/r2/index.js, ./node_modules/require-dir/index.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Link from 'next/link'; | |
export default () => ( | |
<div> | |
Items | |
<ul> | |
{ | |
[ | |
{ name: 'item one', id: 1 }, | |
{ name: 'item two', id: 2 }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<head> | |
<title>buh</title> | |
<script> | |
var gigs = [ | |
{ | |
"datetime": "1991-06-18 00:00:00", | |
"url": "/htdb/gigs/1991/Jun18.html", | |
"venue": { | |
"name": "The Mean Fiddler", |