Working with RedwoodJS
RedwoodJS is a full-stack React framework. Whether you’re a beginning dev or a seasoned veteran, Redwood is a fantastic way to build web applications. — Granted, they’re sponsoring this project, but it really is my favorite way to write code. As we start building our project, I think you’ll quickly see why.
The tech stack is superb, taking the best in class JavaScript libraries and frameworks. It handles all the setup and configuration so that you can focus on the actual building.
There’s an unparalleled attention to detail and the developer experience. For example, it provides first class support for Storybook, which is where we’ll be spending a majority of our time.
Any details you need, should be covered in the solutions, but if you’re looking for more, check out:
Redwood Documentation, more specifically, the tutorial which walks through a majority of the features Redwood has to offer.
I’ve also been working on a YouTube series, where we build a Hacker News clone.