Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
React Boilerplate 3.0

React Boilerplate 3.0

Offline-first, highly scalable foundation for your next app

8 followers

Offline-first, highly scalable foundation for your next app

8 followers

Visit website
Web hosting services
โ€ข
Static site generators
โ€ข
UI frameworks
  • Overview
  • Launches1
  • Reviews
  • Alternatives
  • Team
  • Awards
  • More
Company Info
github.com/mxstbr/react-boilerplateGitHub
React Boilerplate 3.0 Info
Launched in 2016View 1 launch
Forum
p/react-boilerplate-3-0
  • Blog
  • โ€ข
  • Newsletter
  • โ€ข
  • Questions
  • โ€ข
  • Forums
  • โ€ข
  • Product Categories
  • โ€ข
  • Apps
  • โ€ข
  • About
  • โ€ข
  • FAQ
  • โ€ข
  • Terms
  • โ€ข
  • Privacy and Cookies
  • โ€ข
  • X.com
  • โ€ข
  • Facebook
  • โ€ข
  • Instagram
  • โ€ข
  • LinkedIn
  • โ€ข
  • YouTube
  • โ€ข
  • Advertise
ยฉ 2025 Product Hunt

Similar Products

Gatsby
Gatsby
Build blazing fast, modern apps and websites with React
5.0(2 reviews)
Static site generatorsUI frameworks
Boilrplate
Boilrplate
Curated list of boilerplates to help you start your projects
Project management softwareNo-code platforms
Hackathon Starter
Hackathon Starter
A boilerplate for Node.js web applications.
Project management softwareEngineering & Development
Spoke
5.0(2 reviews)
Static Site Boilerplate
Static Site Boilerplate
A better workflow for building modern static websites.
Static site generatorsAutomation tools
View more
Appwrite
Appwrite โ€” The open-source Vercel alternative
The open-source Vercel alternative
Promoted

Do you use React Boilerplate 3.0?

Pros
Cons
Reviews
Helpful

You might also like

Gatsby
Gatsby
Build blazing fast, modern apps and websites with React
Boilrplate
Boilrplate
Curated list of boilerplates to help you start your projects
Hackathon Starter
Hackathon Starter
A boilerplate for Node.js web applications.
Spoke
Static Site Boilerplate
Static Site Boilerplate
A better workflow for building modern static websites.
Responsible Social Sharing Buttons
Fastest way to create tiny social sharing buttons
View more
React Boilerplate 3.0 gallery image
Launch tags:
Open Sourceโ€ขDeveloper Toolsโ€ขTech
Launch Team
Nik GrafOliver TurnerSebastian Siemssen

What do you think? โ€ฆ

Max Stoiber
Max Stoiber

GraphCDN

Maker
Hey everyone! Thanks Nik for hunting react-boilerplate. We've been working on this complete overhaul of react-boilerplate for several months. Based on the combined experiences of tons of collaborators, we've created the strongest foundation to build your next React.js application with. The biggest changes are: - Revamped architecture: Following a bunch of incredible discussions (thanks everybody for sharing your thoughts!), we now have a weapons-grade, domain-driven application architecture. - Scaffolding: Generate components, routes and more parts of your application directly from the command line, skipping all the boilerplate writing! - Performance: We've got the best code splitting setup currently possible, giving you the leanest, meanest payload. (The fastest code is the one you don't load!) - JS utilities: We now include redux-saga, ImmutableJS, reselect and react-router-redux to make sure your application scales to the size it needs. - CSS improvements: We use CSS modules for truly modular and reusable styles, code split your styling based on the page the user is on and make sure your code style is in order automatically! I believe this is by far the best boilerplate available, both for starting your next project and for simply getting inspired by what's currently possible. Let me know what you think everybody, I'm beyond excited to finally share this with the world!
Report
9yr ago
Johannes N
Johannes N
Swat.io

Swat.io

@mxstbr are there any real life examples of apps using the boilerplate?
Report
9yr ago
Max Stoiber
Max Stoiber

GraphCDN

Maker
@jollife Here's an open source app that's based on this boilerplate: https://github.com/thebakeryio/o... http://openmic.io It's also used by the likes of The Financial Times, Huge, Axel-Springer and many more!
Report
9yr ago
Johannes N
Johannes N
Swat.io

Swat.io

@mxstbr do you recommend using the boilerplate as a template for a new app or just to have a look at some best practices and starting with a completely empty folder?
Report
9yr ago
Max Stoiber
Max Stoiber

GraphCDN

Maker
@jollife We take care of tons of small details like proper hot reloading, code splitting, linting, CI setups, ImmutableJS react-router-redux integration, and so much more. I think it's a good idea to take the whole thing and remove the things you don't want instead of starting from scratch. This is why we've written *removal guides for all the bigger features*, since most people will want to do that! I'd definitely start my next app with react-boilerplate, but it's of course absolutely fine to just have a look at the things you need. ๐Ÿ‘
Report
9yr ago
Blaine Hatab
Blaine Hatab
@mxstbr Very interesting architecture. You put a lot of code with each container including the actions, reducers, constants, and basically everything. I feel like I see those separated out into separate folders that are called from containers and components mostly. Curious why you went down that route? Also curious how you feel about making so many components for things that are almost just default html tags? Keep up the awesome work.
Report
9yr ago
Kitze
Kitze
showGPT

showGPT

Hey Max, the boilerplate looks great. One "problem" that I have with boilerplates is that after a while the creator will update the boilerplate, and if you change it a little bit for your project you cannot get the new changes easily. That's a problem with all the boilerplates and I'm wondering if there's a way we can solve that issue as a community? The only way to keep up to date with the boilerplate right now is to look at the commits and releases and try to copy the functionality into your app.
Report
9yr ago
Max Stoiber
Max Stoiber

GraphCDN

Maker
@thekitze that's true, and a big problem at the moment! We're trying (from now on) to release features as integration-friendly as possible, with guides on how to add things to your existing project without breaking everything. Incompatible changes will still happen for big new things, but we'll be trying our best!
Report
9yr ago
Philip Nuzhnyy
Philip Nuzhnyy
@mxstbr @thekitze we are facing the same issue with our react native boilerplate. considering giving jscodeshift a try - https://github.com/facebook/jsco...
Report
9yr ago
Max Stoiber
Max Stoiber

GraphCDN

Maker
@callmephilip @thekitze jscodeshift is awesome, I'll definitely look into it for the next releaseโ€”really good idea!
Report
9yr ago
Moritz Kobrna
Moritz Kobrna

Bedtime Stories ๐ŸŒœ

Great to see this project here on Product Hunt. Have been watching react boilerplate since the beginning of my experience with react and it helped me a lot. I took a lot of inspiration from React Boilerplate for my own react projects. How to structure your components, configure webpack and last but not least how to work with redux-saga ๐Ÿ˜‰ Awesome work! ๐Ÿ™Œ
Report
9yr ago
Max Stoiber
Max Stoiber

GraphCDN

Maker
@neuling2k thanks so much for the kind words, we really appreciate that! Glad it has helped you before, here's to it helping you for the coming time too! ๐Ÿ™
Report
9yr ago
Review React Boilerplate 3.0?Be the first to review React Boilerplate 3.0