How to quickly get document your project and an easy way to add animations
Let's check out Docusaurus (a great documenting product) and useAnimations a simple but effective micro-animation library
🗞 News


Have you ever thought about how to document a library or codebase? Previously, I would default just to adding some helpful comments or relying on the component library for mid-sized projects.
But a huge chunk of the time this isn’t enough 😥, especially for custom libraries you share with others
Docusaurus helps out as it is a very robust documenting library. But what is it?
Docusaurus is a static site generator that helps you ship beautiful documentation websites in no time.
You’ve probably seen a few Docusarus-powered docs already:
Source: https://docusaurus.io/blog/2022/08/01/announcing-docusaurus-2.0
It relies on MDX for creating the pages. Essentially it is just creating markdown files with your docs and Docusaurus takes care of the rest.

Yet another niche issue but one that can definitely be annoying. Sometimes you just want some micro-animations for icons.
For example, I want a box to have an animated check to alert the user that an action has been completed.
Worry no longer as useAnimations covers this exact use case!
Check out their page to see everything that is available:
📦 More interesting Articles
⚛ React
🔧 Other