Navigates? | declarative? | Makes GET, triggers loader | Makes POST, triggers action | No requests |
---|---|---|---|---|
navigates | declarative | <Link to=""> <Form method="get"> |
<Form method="post"> |
<Link to="#..."> |
navigates | imperative | navigate() setSearchParams() |
submit() |
navigate("#") |
stays | declarative | <fetcher.Form method="get"> |
<fetcher.Form method="post"> |
(doesn't make sense) |
s |
This file contains 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
BACKBLAZE_BUCKET_ID='YOUR_BACKBLAZE_BUCKET_ID' | |
BACKBLAZE_KEY_ID='YOUR_BACKBLAZE_KEY_ID' | |
BACKBLAZE_APP_KEY='YOUR_BACKBLAZE_APP_KEY' |