Skip to content

Commit

Permalink
Update 2024-07-20-dashboard.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitel8p authored Jul 20, 2024
1 parent 7658df1 commit 3bd4054
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/blog/2024-07-20-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ tags: [development, dashboard, server, refine]

### Building a dashboard

Today i started building a dashboard for our project by following JavaScript Mastery's [tutorial](https://youtu.be/6a3Dz8gwjdg) after struggling to decide on a design and layout.
Today I started building a dashboard for our project by following JavaScript Mastery's [tutorial](https://youtu.be/6a3Dz8gwjdg) after struggling to decide on a design and layout.
I figured I'll learn something new by using the Refine Framework and see where this goes.
The plan for now is to rebuild the dashboard from the video to get a better understanding of the Refine Framework and how it works.
The plan for now is to rebuild the dashboard from the video to get a better understanding of the Framework and how it works.

<!--truncate-->

After that I'll start working on the actual dashboard for our project (probably by changing the components and some other stuff).
The video seems promising and I'm excited to see how it will turn out.

The first issue i've encountered is (hopefully) only a minor dependency issue with the `AuthBindings` import.
The first issue I've encountered is (hopefully) only a minor dependency issue with the `AuthBindings` import.

```tsx
import { AuthBindings } from "@refinedev/core";
```

It seems like the import is deprecated so i hope it will be an easy fix.
It seems like the import is deprecated so I hope it will be an easy fix.

```c
'AuthBindings' is deprecated.ts(6385)
```

We'll see how it goes.
We'll see how and where it goes.

0 comments on commit 3bd4054

Please sign in to comment.