Replies: 9 comments 11 replies
-
Feedback from this week's hackathon:
|
Beta Was this translation helpful? Give feedback.
-
Brand new to both React and Preact going through the tutorial for the first time. Here's my feedback:
|
Beta Was this translation helpful? Give feedback.
-
This tutorial is very well done -- too much information presented succinctly. I've been able to understand class components, useRef, useMemo, etc. effortlessly after they've been dark corners to me in a multi-week React course I took. Still the feasibility of going through it in 10 minutes is an unsolved puzzle. |
Beta Was this translation helpful? Give feedback.
-
The tutorial’s fine as far as it goes, but it seems to leave out a lot of what’s in a real app. I ran
I’m left with the feeling that I only understand the surface level of Preact and am not ready to start building an app yet, but I don’t know where to go next. Maybe reading the JS source code? [Update: I found a fairly clear README for the router.] |
Beta Was this translation helpful? Give feedback.
-
I've just finished the tutorial. On the last two entries(Keys/Error Handling) it's not obvious what is accepted as expected outcome. AND I literally just while writing this I found that Help button xD well maybe that's just me... I personally found that showing syntactic errors while typing to be annoying to a point where I'd like to turn it off. It's not showing that error, but that lines after the error are shifted down, and it's hard to read the code in context since the function is now split in half by that inline error. Otherwise, I'd like an indication about global progress, so I can decide whether to continue the tutorial or maybe shift it to later. However please do note that these are nitpicks and I enjoyed taking the tutorial due to its brevity and small tasks - remembers me about the old Addison-Wesley workshop books which I am still fond of. They did not offer just a solution to the problem, but before that two hints in increasing explicitness towards the solution. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is within the bounds of your control (as I assume the tool used is external to Preact), but would be nice if the editor had a little bit of debounce on it, because having it display errors WHILE I'm typing is a bit annoying. I know that code won't compile and run, I'm literally typing it, chill for a minute. I ended up needing to type my code inside a comment block, then uncomment it to avoid errors. Also, maybe if possible, add a beautify button to the code editor so it can have proper indentation after we typed our code? |
Beta Was this translation helpful? Give feedback.
-
It'd be great if the tutorial covered testing. Using, for example, This would be great to see here- the rest of the preact docs cover all kinds of wonderful options for testing, and all kinds of exciting looking tools and projects but there's nothing that seems to cover "Here's how you configure tests, here's how you run them, here's what the options are" that's geared to the same audience as this tutorial. There seems to be an assumption in the existing docs that the audience already understand all of that, which the tutorial (refreshingly) doesn't assume. |
Beta Was this translation helpful? Give feedback.
-
great tutorial. after coding react for a long time I finally understand the core concepts. Just put an hyperlink to the definition of each new concept/function that is presented (for instance useMemo). Great job anyway! |
Beta Was this translation helpful? Give feedback.
-
Feedback and ideas for preactjs.com/tutorial!
Beta Was this translation helpful? Give feedback.
All reactions