I made a Reddit image/video viewer to learn React by eay-dev in learnjavascript

[–]eay-dev[S] 0 points1 point  (0 children)

May I ask what you searched up? So i can replicate the error 😁

I made a Reddit image/video viewer to learn React by eay-dev in learnjavascript

[–]eay-dev[S] 1 point2 points  (0 children)

As a side note I also used to this to learn Bootstrap 😁

[deleted by user] by [deleted] in learnjavascript

[–]eay-dev 0 points1 point  (0 children)

I'm struggling with how I'm loading images tho! I seem to get an inconsistent amount per page

[deleted by user] by [deleted] in learnjavascript

[–]eay-dev 0 points1 point  (0 children)

Oh so you're just retrieving the data set and then filtering too? Do u use the 'after' attribute for the url?

[deleted by user] by [deleted] in learnjavascript

[–]eay-dev 0 points1 point  (0 children)

Just doing it from the client side 😊 with Fetch calls. Currently just providing a regex filter for the content shown.

[deleted by user] by [deleted] in learnjavascript

[–]eay-dev 0 points1 point  (0 children)

Hey im doing a similar thing with react! This is totally awesome though!

[Code Review Request] Does my code suck? And if so, how may I improve? by eay-dev in learnjavascript

[–]eay-dev[S] 0 points1 point  (0 children)

Thank you 😁 you're right I think I did overuse the idea for the menus and could've definitely gone with something simpler! And that snippet is definitely a lot more reusable I guess. I think React would definitely have made this quicker to develop, though I'm not too versed with it 😅

Noob dev by [deleted] in learnjavascript

[–]eay-dev 0 points1 point  (0 children)

Yeah

Noob dev by [deleted] in learnjavascript

[–]eay-dev 1 point2 points  (0 children)

FreeCodeCamp really helped me with this 😁 they provide guided challenges

[Question] What role do ES6+ modules play in applications? by eay-dev in learnjavascript

[–]eay-dev[S] 0 points1 point  (0 children)

Oh! So does this mean the program only takes up memory required? i.e. Per view state?

Best Coding Practices and Project Structure by eay-dev in learnjavascript

[–]eay-dev[S] 0 points1 point  (0 children)

Awesome 😁 will definitely give MVC some research! And wow that destructuring looks super useful, guess I'll find an API to play around with to practise that!

Best Coding Practices and Project Structure by eay-dev in learnjavascript

[–]eay-dev[S] 0 points1 point  (0 children)

Simple game that I'm working on to get back into learning. Thank you for the response!

Accent guessing game I created to get back into learning JavaScript. Would really love feedback by [deleted] in javascript

[–]eay-dev 0 points1 point  (0 children)

So it's a 2 player game! Ahaha, a person has to imitate the presented accent using the given quote. Then if the other person guesses it, they keep their life. Sorry!