10 posts tagged with "Reactjs"
So, is React a library or a framework?
Is React a library or a framework? This is an age-old question in web development that just keeps coming back. Like many, I don't think coming up wiht a definitive answer to this question on my own offers any immediate value in my day-to…
Making sense of useEvent
A new React hook is a pretty big deal. Since the debut of the original 10 hooks in React 16.8, the only time React introduced more hooks was for the recent release of React 18. And considering how React 18 marks a new foundation and the…
Tis the season to be jolly in Reactverse
This fall/winter is shaping up to be an exiting season for the Reactverse! Reactverse... like "metaverse" but for React, you know? 😉 On the core library's side, the new Docs site, beta.reactjs.org, became available as a preview. Also…
React innovates, again
"[T]he modern web UI development, which React pioneered and led ever since, has reached a point of maturity. [...] In other words, in my view, Vue 3 marks no Next Big Thing in sight and a shift of focus to incremental improvement: smaller…
What does Vue 3 mean?
Vue 3 stable release is here, at last! This release for me was one of the most ancitipated events in 2020--that is, before all the madness that is the year of 2020 really began. 😵 But, hey, Vue 3 is here, and I'd love to talk about it…
In search of CRA alternatives
Create React App (CRA) is one of my favorite tools to bootstrap a new React project, providing me a sensible default for setting up and configuring build tools, such as webpack, Babel, etc., required for any "modern" web project. While it…
Multiple entry points for Vue applications
Recently, I came to find this brilliant blog post introducing how to set up multiple entry points for a Create React App (CRA) project without ejecting. It's only a simple trick that is easy to implement yet solves a very real and concrete…
Mixing CSS-in-JS and Tailwind CSS
Over the last couple of weeks, I've spent more and more time studying and working on projects using React.js. This helped me take a closer look at and further familiarizing myself with the React ecosystem. At first look, React ecosystem…
The first look into React--from my point of Vue
Well, there is no shortage of articles and blog posts comparing React and Vue.js, two of the most popular frameworks for creating modern web applications (and beyond!). And, IMHO, I am not sure if I could bring anything revolutionarily new…