Inshal Haq
@inshal-haqAll solutions
Kanban board using React, TypeScript, and Tailwind CSS
#react#redux-toolkit#typescript#tailwind-cssSubmitted about 1 year agoThe last 2 challenges I mentioned above.
For the first challenge, I hard-coded the values to determine the position of the dropdown. So if there is a better way to do this, then that would be helpful. Or maybe I just have to rely on the default browser element and not create a custom dropdown on a modal. (this component is StatusDropdown.tsx in src/components/Task)
For the second challenge, which was working with Redux-Toolkit, I was just wondering if my redux store followed the best practice. Files like board-slice.ts and index.ts in src/store.