Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.

License

NotificationsYou must be signed in to change notification settings

react-next-boilerplate/react-next-boilerplate

⚠️ WARNING: This repository is no longer maintained. We recommend migrating tonew repo for the latest updates and support.

react-next-boilerplate

We spend time using good community practices to make your project scalable.

Build StatusCoverage StatusQualityissuesMITContributors
DiscordTwitterCheckout project locally
🚀 A basis for reducing the configuration of your projects withNext.js, best development practices and popular libraries in the developer community.

Features

  • redux-saga: A library that aims to make application side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) easier to manage, more efficient to execute, easy to test, and better at handling failures.
  • redux-saga-routines: A smart action creator for Redux. Useful for any kind of async actions like fetching data. Also fully compatible with Redux Saga and Redux Form.
  • next-i18next: A plugin forNext.js projects that allows you to get translations up and running quickly and easily, while fully supporting SSR, multiple namespaces with code splitting, etc.
  • i18next: An internationalization-framework written in and for JavaScript. But it's much more than that.
  • redux: A predictable state container for JavaScript apps.
  • reselect: Simple selector library for Redux (and others) inspired by getters inNuclearJS, subscriptions in re-frame and this proposal from speedskater.
  • Immer: (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way. It is based on the copy-on-write mechanism
  • @testing-library/react: Simple and complete React DOM testing utilities that encourage good testing practices.
  • SEO: The advantages of this approach is to be able to create Rich User experiences in a uniform way, without compromising Search Engine Optimisation (SEO) factors that are key to good ranking on Google and other search engines.
  • Typefaces: Self-hosting is significantly faster. Loading a typeface from Google Fonts or other hosted font service adds an extra (blocking) network request.
  • Emotion: A library designed for writing css styles with JavaScript. It provides powerful and predictable style composition in addition to a great developer experience with features such as source maps, labels, and testing utilities.

Getting Started

Welcome to the light documentation of React Next Boilerplate!

System Requirements

  • Node.js 10 or later
  • MacOS, Windows (including WSL), and Linux are supported

Setup

Either clickthis link or manually clone this repo and move to the appropiate directory via:

git clone --depth=1 https://github.com/react-next-boilerplate/react-next-boilerplate.git<YOUR_PROJECT_NAME>`cd<YOUR_PROJECT_NAME>

Then, install dependencies and run the dev server:

yarnyarn dev

To see the example app athttp://localhost:3000, run:

open http://localhost:3000

These scripts refer to the different stages of developing an application:

  • dev - Runsnext which starts Next.js in development mode
  • build - Runsnext build which builds the application for production usage
  • start - Runsnext start which starts a Next.js production server

Now you're ready to rumble! 🚥

Documentation

  • Commands: Getting the most out of this boilerplate

Code of Conduct

React Next Boilerplate is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the React Next Boilerplate community to abide by ourCode of Conduct. Please read it. Please follow it. In the React Next Boilerplate community, we work hard to build each other up and create amazing things together.

Contributing

Thank you for your interest in contributing; we are delighted you want to help out. We have acontributing guide to help you get started.

License

This project is licensed under the MIT license, Copyright (c) 2019 Jorge Luis Calleja Alvarado. For more information seeproject license.

Authors

About

🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors12


[8]ページ先頭

©2009-2025 Movatter.jp