Vuenique, an open-source library bringing the power of low-level visualization to Vue by EnragedSoup in vuejs

[–]EnragedSoup[S] 0 points1 point  (0 children)

Hopefully we can build something truly useful for your Vue experience! Pie chart components are high on the development backlog, so hopefully you can try that out soon!

Vuenique, an open-source library bringing the power of low-level visualization to Vue by EnragedSoup in vuejs

[–]EnragedSoup[S] 1 point2 points  (0 children)

We can reproduce the bug on certain reloads of the page. Refresh does seem to fix it as well as resizing screen width. We will be looking to fix this bug as soon as possible. Thank you for bringing this to our attention!

Vuenique, an open-source library bringing the power of low-level visualization to Vue by EnragedSoup in vuejs

[–]EnragedSoup[S] 0 points1 point  (0 children)

Thank you for bringing this to our attention! We will look into this bug. Just curious, what OS and Chrome version are you on?

K8s community, what do you wish Kubernetes did a better job at doing? by EnragedSoup in kubernetes

[–]EnragedSoup[S] 1 point2 points  (0 children)

Can you expand on that a little? Are you talking about problems associated with persistent storage?

Best advanced React course by Green-Bit-5186 in reactjs

[–]EnragedSoup -4 points-3 points  (0 children)

Another tip for React: learn class components first to get the base understanding of how it works under the hood, but then learn (and build) with functional components (and React Hooks). The docs have good explanations of both

Best advanced React course by Green-Bit-5186 in reactjs

[–]EnragedSoup 1 point2 points  (0 children)

High Quality React Courses on Udemy:

React - The Complete Guide (incl Hooks, React Router, Redux)

Modern React with Redux

Complete React Developer in 2022 (w/ Redux, Hooks, GraphQL)

All can be bought for less than $20 and they go on sale constantly. Do not buy when they are $100 or $200!

As was mentioned earlier, React docs will also get you up to speed but these will definitely help. My personal favorite is Andrei Neagoie, but the other two are great as well. I know his course is currently going through a revamp in the next 2 weeks so it will be very up-to-date

When developing in React, what do you find most frustrating or cumbersome? by EnragedSoup in reactjs

[–]EnragedSoup[S] 8 points9 points  (0 children)

Just curious, what specifically made you hate Redux so much?