I had to implement a custom table like that, but with other features like sorting the data based on the click event on the headers and Gemini suggested a similar approach, loved it! It's crazy how much I've learnet from AI lately. Btw, Gemini explains the steps it takes to build stuff in such a good way that I'm always learning something new
Darius, we need a tutorial on setting up webpack and babel for a react typescript project. Everything on the internet is either too superficial or outdated.
Because so many companies have a webpack setup as a requirement for a job. I'm using vite for my personal projects, but I just use the predefined setup that you get out of the box.
maybe the example of exporting table cells is a bit too ambitious. keep it simple. if it's a table, keep the direct children within the component. only export things you want to reuse. ask yourself, for example: when will you ever import a single table cell? yeah right: never
I just condensed multiple comboboxes into two at work with generic in the last few days. I have an asyc and sync combobox now. Tempted to go one further and use a single combobox for both but too much abstraction can also be a disadvantage
I had to implement a custom table like that, but with other features like sorting the data based on the click event on the headers and Gemini suggested a similar approach, loved it! It's crazy how much I've learnet from AI lately. Btw, Gemini explains the steps it takes to build stuff in such a good way that I'm always learning something new
The video stops just before you step into the real difficult part of building a reusable table component like pagination, sorting, filtering
if you would add the codebase link in the description the codebase it would be nice.
Nice video man
Can you please make a video of the TypeScript course which covers all the required things that a react developer needs to know?
Please create a tutorial about typescript generics.
Nice work, and great AI tools! :)
Can’t wait to see React Router 7 in a next video 😊
transcript types and props become very confusing sometimes in large and ongoing codebases... can you make a video on it?
what AI do u use in vscode ?
Its a fork of vscode. Its cursor editor
Darius, we need a tutorial on setting up webpack and babel for a react typescript project. Everything on the internet is either too superficial or outdated.
Vite has it all right?
Why not use Vite?
Because so many companies have a webpack setup as a requirement for a job. I'm using vite for my personal projects, but I just use the predefined setup that you get out of the box.
The main take away - keep your components simple. Yep, any day.
Could you share this code as well
Why didn’t you just use Tanstsck table instead of reinvent the wheel?
maybe the example of exporting table cells is a bit too ambitious. keep it simple. if it's a table, keep the direct children within the component. only export things you want to reuse. ask yourself, for example: when will you ever import a single table cell? yeah right: never
Help me to land remote job or volntree job
Tutorial without showing the output is crazyyy
Great
I just condensed multiple comboboxes into two at work with generic in the last few days. I have an asyc and sync combobox now.
Tempted to go one further and use a single combobox for both but too much abstraction can also be a disadvantage
yeah need videos using ai. the main thing is underdtanding along with using ai