Today, i learned how to create my first NPM package. I wanted to create my own component library and use it to multiple projects in the future also prepare for my next job.
What i've done so far:
- Research React Hooks
- Learn React-Spring
- Create a React component library as separated NPM package
- Make my Avatar fly around using React-Spring
Next progress will be:
- Do more stuff with React-Spring
- Add more test to my comp-lib
- Start using Hooks
- Add more features to my page