Skip to content

pipin-todo#1

Open
heypurnomo wants to merge 1 commit intoberbinarbinar:mainfrom
heypurnomo:pipin
Open

pipin-todo#1
heypurnomo wants to merge 1 commit intoberbinarbinar:mainfrom
heypurnomo:pipin

Conversation

@heypurnomo
Copy link
Copy Markdown

No description provided.

@heypurnomo heypurnomo requested a review from icanq March 23, 2022 14:34
const navigate = useNavigate();

function createTodo(title, date, time) {
if (!title || !date || !time) return null;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ni kalo udah implement pake formik + yup lebih enak nanti pake schema sm nampilin errornya lebih gampang

@@ -0,0 +1,58 @@
import { Navigate, useOutletContext, useParams } from "react-router-dom"
Copy link
Copy Markdown

@icanq icanq Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nanti kalau mau pake Context Api pake yang dari react juga bisa ya pin, mungkin kalo mau baca baca resource tambahan lagi biar lebih mantap baca ini deh https://medium.com/age-of-awareness/amazing-new-stuff-in-react-router-v6-895ba3fab6af

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants