getting-things-done-in-next-js
getting-things-done-in-next-js copied to clipboard
Let the reader apply their gained knowledge on their own - without code examples
I think this is a great book for people who start, not just with React/Next, but with web dev in general. Still, after finishing, I felt like it was missing a part where the reader is encouraged to apply the gained knowledge on their own, without code examples. I.e., the last chapter could include parts where it is said what needs to be done, but not how. Like giving 1 example for an DB action insertProject
, but then let them write the insertTask
action on their own.