Skip to content

📚A 'How to' collection. Examples & Tutorials for common web application scenarios built with react-boilerplate-cra-template

License

Notifications You must be signed in to change notification settings

ptzagk/cra-template-examples

Repository files navigation

React Boilerplate CRA Template Examples & Tutorials

This repository contains example scenarios and implementations for commonly used and needed web application patterns. All the examples are built on top the react-boilerplate-cra-template. The goal is to to guide the users and provide samples on how to implement basic stuff that is frequently needed when creating a web application

List of current examples:

Note: Currently under development. More examples will come soon.

Getting Started

All the example applications are isolated into seperate folders, so go into your example folder and follow the instructions there (if there are any). All of them are built on top of the react-boilerplate-cra-template, meaning that they are all a simple web application.

All the examples are community provided and does NOT guarantee or promise anything. They are basically showing you how to do stuff and giving you some ideas. They might be outdated in time.

Do you want to contribute with another example?

Thats super cool. Always appreciated. Here are steps you can do for your pull requests:

1 - Please ask first by opening an issue if that can qualify as an example before doing all the work. We don't wanna waste your time.

2 - Fork this repo and create your example folder by specifying a name

npm run create [YOUR_NAME_FOR_THIS_EXAMPLE_FOLDER]

3 - Now make your changes inside the created folder. Make sure it's self-sufficient app. It is initialized with the react-boilerplate-cra-template. At this point you must be familiar with it if you are already not.

4 - When you are done, make sure everything passes the simple checks by running

npm run check-examples

5 - Update your README.md for everyone checking your example application. Tell them what that is and give some details etc...

6 - Finally add your self and your folder to the CODEOWNERS file as described there. This will require your review if there is another pull request updating your folder. Optionally, you can add your self to .all-contributorsrc to have your name displayed in the contributors section below (you have generate again from the cli)

7 - You are now ready for a pull request 🥳

Contributors


Can Sahin

💻 📖 🤔 👀 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

License

This project is licensed under the MIT license, Copyright (c) 2019 Can Sahin. For more information see LICENSE.md.

About

📚A 'How to' collection. Examples & Tutorials for common web application scenarios built with react-boilerplate-cra-template

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published