Questions tagged [fast-refresh]
25 questions
11
votes
4 answers
Fast refresh in react native always fully reload the app
This question has been asked several times here(here the most relevant,Another example), but no solution has been proposed in any of them. So I have 2 questions to you guys:
Any idea why it wouldn't work in a large project? I mean, there are any…

Eliav Louski
- 3,593
- 2
- 28
- 52
4
votes
4 answers
NextJS with styled-components fast refresh not working
I have a NextJS app being used with styled-components.
I have these 3 files:
Worth noting that some markups are removed for clarity sake so only the related codes are pasted.
Header.js
import {
HeaderContainer,
SearchInput,
SearchWrapper
}…

Wilson
- 41
- 1
- 5
3
votes
6 answers
Hot reload stopped working after adjusting environment for work requirements
I started a new developer role a few days ago and made some environmental changes to adapt for work. Since then, my hot reload/fast refresh has just stopped working entirely. Changes don't show up even if I refresh the page manually. Only shows…

TienPhanDev
- 31
- 1
- 5
2
votes
2 answers
next.js 13 stuck in fast refresh loop on chrome
I've been following along a tutorial from Papa react on next13 and I'm getting the strangest error. I get to timestamp 06:02 https://www.youtube.com/watch?v=6aP9nyTcd44 after deleting the stock index.js page and I get the fast refresh loop on in…

ire.Ulysses
- 107
- 1
- 4
2
votes
2 answers
Is it possible to turn off console logs from "Fast Refresh" in NextJS?
When I'm doing lots of testing, it just pollutes the browser's console for me with every file save. Is it possible to turn off?
Eg.
[Fast Refresh] done in 93ms
hot-dev-client.js?1600:159 [Fast Refresh] rebuilding
hot-dev-client.js?1600:135 [Fast…

JCraine
- 1,159
- 2
- 20
- 38
2
votes
1 answer
React Native Fast Refresh - reload on current page
I would like to find out if it is possible to configure the React Native Fast Refresh to only reload the current page in case imported files are modified. I'm working on an app that has many sequential pages and when the Fast Refresh reloads the…

checkmate711
- 3,301
- 2
- 35
- 45
2
votes
5 answers
NextJS Fast refresh not working as expected
I am building a website with nextjs and Chakra UI. I am using emotion to style my navigation.
The code of navigation component is as follows:
import Link from "next/link";
import { Flex, List, ListItem } from "@chakra-ui/react";
import Image from…

Lorem Ipsum
- 337
- 2
- 14
2
votes
1 answer
Fast Refresh Not Working in React Native in Visual Studio Code
At some point, I believe when the project was update to RN 0.63.2 fast refresh completely stopped working when running debug iOS from Visual Studio Code.
Fast refresh does still work when running from Xcode. (However then I loose the ability to set…

Alistair Cooper
- 251
- 1
- 3
- 11
2
votes
3 answers
How to stop Fast refresh reset route to initialRoute automatically in React Native
How are you.
I am using React Native 0.62.2.
The problem is when code updated, it goes to initalRoute automatically, so I need to navigate to screen I was working to check updated.
How can I stop it so when updated code, fast refresh shows update on…

Nomura Nori
- 4,689
- 8
- 47
- 85
1
vote
1 answer
Fast Refresh Issues: The NextJs is not working properly with local package. How can I force to clear cache while developing?
I have an application built with NextJs (and React) and mobx-state-tree (but could be context or redux) as a package manager. All the stores are created and handled in an npm package called SMK (state management kit) that I created to make the…

Rafael Perozin
- 573
- 7
- 20
0
votes
0 answers
Fast Refresh not working on nextjs index file
I'm trying to practice with React and I am following a guide that is using NextJS. Things are working fine but when I try to test the supposed Fast Refresh, it's not working.
The project just has the Package.json/Lock, my index.js file that is…

Shawksta
- 47
- 7
0
votes
0 answers
Weirdness of Fast Refresh in Code Sandbox: multiple roots being kept on change
I have a Code Sandbox (fork if you like) where I experimented with how Fast Refresh was working in that environment. I could see these weird effects when it came to the callbacks set to run in useEffect:
On remounting the root component it was not…

oligofren
- 20,744
- 16
- 93
- 180
0
votes
1 answer
How to refresh only updated records in Materialized View without Fast refresh method that oracle gives (Without MV log )?
I have to create Materialized View (MV) on few source tables. Since records count is huge, we want to refresh it in incremental way i.e. refresh only those records which are updated. But, source tables do not have MV log created on them and it…

Pravin
- 1
- 2
0
votes
0 answers
Fast Refresh (nextjs) doesn't work on only my laptop
All the nextjs projects that I work on doesn't seem to have fast refresh enabled. Even after starting a new nextjs project, fast refresh doesn't work. The projects that I work on have fast refresh when on other laptops, just not mine. No solution…
0
votes
0 answers
Next.js Fast Refresh doesn't work properly with jotai
So I'm using Next.js with jotai a few months now. The problem is that with every change (and when the fast-refresh occurs due to the change), the atoms are reset and I have to refresh the page manually.
Do you know if there is any configuration that…

Or Nakash
- 1,345
- 1
- 9
- 22