Shengyu Huang
8a374d984e
add example project radix converter ( #2486 )
5 years ago
Vetrivel Chinnasamy
6d9467a4d4
added new reactjs hangman game ( #2466 )
5 years ago
GermaVinsmoke
22574f878c
Update examples.md ( #2323 )
5 years ago
Karthikeyan Ranasthala
bc3c7b4a13
Update Examples Projects With Unit Converter ( #2390 )
5 years ago
Pankaj Ladhar
e39403534f
Update examples.md ( #1106 )
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
5 years ago
ulearnpro
dbed37ad92
A course learn page built in React JS ( #2276 )
* A course learn page built in React JS
A course learn page is completely built on React JS 16.9, with nested component structure and rendering various files such as video, audio, pdf through axios
* Link changed
5 years ago
Paul Kim
6b4ade316c
Update example project link ( #1759 )
* Remove example project
* Correct with active project link
* Update with new url
6 years ago
Dan
5f5168e605
Tweaks to community section
7 years ago
Jefferson Ribeiro
5afe18f0d2
Add shopping cart demo added to examples ( #924 )
* Shopping cart application
* Typo
* Replaced demo link for Github repository
* tweak wording to kick CI
* Description change to kick CI
7 years ago
Alex Krolick
54a21eeb88
Update examples.md
7 years ago
Arjun SK
e7e7770d6c
K5 Showcase is not a react project anymore
React Developer Tools didn't recognize the site as react.
7 years ago
Pankaj Ladhar
883ac1a132
Update examples.md
7 years ago
Kelly Burke
bfc8385f9d
Update examples.md ( #606 )
7 years ago
Dan Abramov
b3b618a69c
Prune examples
Remove a dead link and a project with no link to source code
7 years ago
Yangzi Chen
ebb7c0e089
Update examples.md
7 years ago
Mark
97a6e58620
Update examples.md
Added two additional react-powered projects.
7 years ago
Matthew Holman
5d24533a77
Clean update of Community Section
7 years ago
Brian Vaughn
93aa551f1a
Reorganized 'docs' folder
7 years ago
Kevin Lacker
aa9544bfac
New Documentation
8 years ago
Daniel Lo Nigro
d457201862
Upgrade to Jekyll 3
Full list of changes is at https://jekyllrb.com/docs/upgrading/2-to-3/ . The tl;dr of it is:
- Relative permalinks were removed, so all the files in the `docs` subdirectory need their permalink to be prefixed with `docs/`
- `post` and `page` types were renamed to `posts` and `pages` respectively
- `jekyll-paginate`, `pygments` and `redcarpet` are all now optional, so I needed to explicitly add it to the Gemfile. Jekyll now uses `rouge` rather than `pygments` for syntax highlighting, but rouge does not support highlighting individual lines (`hl_lines`) so we need to continue using Pygments.
- Layout metadata (eg. `sectionid`) is now on a `layout` variable rather than `page`
Tested the following pages and confirmed that they all work:
- "Docs" link (getting started page): http://127.0.0.1:4000/react/docs/getting-started.html
- Downloads: http://127.0.0.1:4000/react/downloads.html
- Tutorial: http://127.0.0.1:4000/react/docs/tutorial.html
- A few pages under the "docs" subdirectory, to confirm they're working properly:
- http://127.0.0.1:4000/react/docs/addons.html
- http://127.0.0.1:4000/react/docs/why-react.html
- http://127.0.0.1:4000/react/docs/create-fragment.html
- A few tips:
- http://127.0.0.1:4000/react/tips/false-in-jsx.html
- http://127.0.0.1:4000/react/tips/style-props-value-px.html
- Non-English versions of the page:
- http://127.0.0.1:4000/react/docs/getting-started-it-IT.html
- http://127.0.0.1:4000/react/docs/getting-started-ja-JP.html
9 years ago
Paul O’Shannessy
8aeb39240c
Add redirect layout (again) and use it
9 years ago
Paul O’Shannessy
d0acf93c3e
Move examples from the website to the wiki.
10 years ago
Naman Goel
7476798981
added the missing **
Missed it the last time. Apologies.
10 years ago
Naman Goel
d4fba696a6
added production example
Addition note: Scribbler.co uses an infinite.js/UITableView like rendering pattern with animations which is only possible because of React.
10 years ago
IvanVergiliev
e3366a432f
Add 2048-react to open-source demos
Nothing too complicated, but I think it could be a fun beginner demo.
11 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Eric Florenzano
e0ccca5fa0
Remove Shirtstarter as an example application.
We have unexpectedly had to shut Shirtstarter down, so it won't serve as a good React.js example any more unfortunately -- sorry for the documentation churn.
11 years ago
petehunt
7aa88ec299
fix
11 years ago
petehunt
d9efc5aa57
Add thinking in react to the official docs
11 years ago
Eric Florenzano
6fd7531761
Add Shirtstarter to examples of production apps.
Shirtstarter is 100% built on React.
11 years ago
Cheng Lou
36e14d6b4c
[Docs] Consolidate the two examples sections
Also made the formatting more consistent between complementary-tools and
examples.
11 years ago