Follow me on LinkedIn
Follow me on Github.com
Click & Read
skipping boaring section 😁
recommend for beginners;
1. Setting Up the ...
For further actions, you may consider blocking this person and/or reporting abuse
Liquid syntax error: 'raw' tag was never closed
I'll try to do more better next time
Ya, I'll next time bro
any solutions?
use optional channing or null check
{todos?.map(todo => (
key={todo._id}
todo={todo}
updateTodo={updateTodo}
deleteTodo={deleteTodo}
/>
))}
I think you where wrongly type your code!
here the correct :
{todos?.map(todo => (
key={todo._id}
todo={todo}
updateTodo={updateTodo}
deleteTodo={deleteTodo}
/>
))}
eg: let x = [1,2,3,4];
you can use optional chaining, right?
{x?.map((val,index)=><div>{val}</div>)}
again a good option bro
Hi,which resource do you recommend to learn mern stack ?
Always recommend using each documentations,
Identify, learn & understands other's codes from git for more.
And bro, always go with yourself taught that will create magic
I thought create-react-app was no longer used?
It's there but ur choice to use bro, I think you know vite, vite is best to use.
it simple, thanks
your welcome bro
Nice to Learn
Wow, it's really concise:)
nice explanation
Great job. Thanks
Really helpful for me as a beginner in Backend development
Ya bro
Amazing 👏 but I believe you should go for vite instead of create-react-app