Challenges
rebuild
swup
An animation library that prefetchs the pages and makes transitions between them
animation
dom
fetch
rebuild-library
rebuild
toast message
A function offered by many libraries like the `alert()` function, that shows a message like shadcn/ui
animation
rebuild-component
rebuild
link component
A component found in nextjs, and react-router-dom, that prefetchs the page your are going to and replaces the content of the current page with the new content
animation
fetch
rebuild-component
rebuild
html2canvas
🔥
A library that screenshoot the DOM and make an image, also the library html-to-img makes the same idea, but they can download the image as a SVG.
dom
canvas
rebuild-library
rebuild
react-color
A library that makes a color-pallete with tons of colors your can choose. Also these libraries: react-colorful, and react-color-pallete makes the same idea.
popover
color
rebuild-library
rebuild
nextjs app router
The new routing technique in nextjs is app routing where the main page ("/") found in "/app/page.tsx" and the about page ("/about") in "/app/about/page.tsx"
routing
file-system
rebuild-technique