Explore >> Select a destination


You are here

amorgunov.com
| | mmazzarolo.com
13.3 parsecs away

Travel
| | A robots.txt file tells search engine crawlers which pages or files the crawler can or can't request from your site. Next.js does not generate a robots.txt out-of-the-box, so here are a couple of options on how to create it.
| | www.csrhymes.com
15.2 parsecs away

Travel
| | How I tested the window.open() method in JavaScript with react-testing-library and jest
| | kylewbanks.com
15.8 parsecs away

Travel
| | In Part 1 we went through the setup of a 'Hello, React!' application. In Part 2, we'll continue from where we left off and begin laying out and styling our calculator app.
| | scastiel.dev
66.6 parsecs away

Travel
| React is living something these days. Although it was created as a client UI library, it can now be used to generate almost everything from the server. And we get a lot from this change, especially when coupled with Next.js. Let's use Server Components and Actions to build something fun: a guestbook.