React JS Log Blog - Prologue

Ayu is a tech blogger, open source contributor & maintainer, and tech community enthusiast based in the Netherlands. She loves photography and iced coffee!
Search for a command to run...

Ayu is a tech blogger, open source contributor & maintainer, and tech community enthusiast based in the Netherlands. She loves photography and iced coffee!
No comments yet. Be the first to comment.
Hi friends 👋, I've been writing tech blog posts for a few years now. If you don't know me yet, English is my second language. My mother tongue is Indonesian, and I'm also surrounded by Dutch every da

I frequently receive messages from enthusiastic contributors who have completed 2 or 3 high-quality pull requests (PRs) in just 1 month. They’re proactive, their work is top-tier, and they’ve handled

A few months ago, I shared a story about building an automated open source portfolio using just my smartphone and an AI assistant while on vacation. My main goal was to stop the "spreadsheet struggle"

Recently, I read Bekah Hawrot Weigel’s blog post, "When 'Local' Went Global: The Pandemic Era of International Communities." As someone active in many online communities, I found it a bit sad, but I agree with her points and think they apply to open ...

Hacktoberfest is almost over. How has your contribution journey been so far? Are you confident about contributing to open source projects, or are you still struggling to find your way? If you're new to open source and still feel overwhelmed, that's c...

Hello Fellow Codenewbies 👋
I am learning React.
This would be a series of posts logging my learning journey and it would be updated gradually as I learn something new.
React is a JavaScript library for building user interfaces.
-- ReactJS docs
Basic knowledge of HTML & CSS
Basic knowledge of DOM
Strong fundamentals in modern Javascript (ES6 and above)
Author's personal opinion:
The best way is for you to learn and understand basic modern Javascript before diving into React.
But you can also take the hard way by picking up modern Javascript and learning it along the way with React. It will take more time, but it's doable.
Chrome or Firefox extension: React Developer Tools
VSCode extension: ES7 React/Redux/GraphQL/React-Native snippets by dsznajder (optional)