Wannika123
@Wannika123All solutions
Almost-three-month project. (Next, React, TS)
#accessibility#next#react#typescript#animationPSubmitted 17 days agoAny comment is welcome :)
Use NextJS server action for form submission
PSubmitted about 2 months agoAny feedback is welcome. :)
Vite, React, TypeScript, animation (2D and 3D).
#animation#react#vite#typescriptPSubmitted 2 months agoIs there a way to fix the countdown glitch? I think it's not because of the stars (it already glitches even before I add the stars), but I think it's because
setState
is asynchronous, so there's some delay before the screen is updated. (I'm not sure)Accessible multi-step form. (React)
#accessibility#react#typescript#vitePSubmitted 7 months agoAny comment is welcome.
Try NextJS (Very basic NextJS app)
#next#react#typescriptPSubmitted 9 months agoPlease share any good resources about NextJS.
Vite, React, TypeScript
#react#vite#typescriptPSubmitted 11 months agoAny comment on TypeScript would be really helpful. This is my first time using it.
Another React app
#reactPSubmitted 12 months agoFor 'drag and drop' in React, what tool do you use?
I use SortableJS. And the problem that I found is that the list state to be displayed seems to have to be displayed (in
render()
) in that same component (I've tried to pass the list to child component, but when it re-renders, the list order went back to the initial order), so I have to cram everything in one component, and that seems to be contrary to React paradigm.React controlled input form
#react#sass/scssPSubmitted about 1 year agoAny recommendation about the best practice for something of this kind would be appreciated.
Practice using API.
PSubmitted about 1 year agoWhen fetching the data, what is the difference between:
try { ... } catch { ... }
and
fetch(...) .then(...) .then(...) .catch(...)
And which situation to use it?
P.S. As the advice #117 is no longer the same as in the design file, I made it generate random quote when loaded. And I think that's how it's supposed to be.
At last, React calculator...
#react#sass/scssPSubmitted about 1 year agoIf anyone find any mistakes in calculator functioning or anything else, please let me know.