Yubraj khatri
ba00c917cf
Add resource for useContext ( #5033 )
...
* Update 100-context.md
This article help me a lot to grab the idea about how the context is solving the problem of the prop drilling. I think beginner should start with this article to grasp the knowledge about the problem that trying to solve by the the context
* Update src/data/roadmaps/react/content/106-state-management/100-context.md
* Update src/data/roadmaps/react/content/106-state-management/100-context.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 year ago
Miguel Gargallo
258f800f97
Replace Tailwind with TailwindCSS #4526 ( #4529 )
1 year ago
Codeguage
d4e5bae03b
Added new resource for refs ( #3574 )
1 year ago
Codeguage
78503c8990
Added new resource ( #3573 )
1 year ago
Jean-François Greffier
04336fedae
Add official Playwright get started videos ( #5580 )
...
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 year ago
Jean-François Greffier
0bc9ae66ed
chore: harmonize Playwright tutorial link ( #5581 )
1 year ago
Eric
e2e40d1fdc
Add w3school content ( #4807 )
...
Added W3schools resource to learn react with create react app. w3schools does a pretty great job at explaining stuff.
1 year ago
Deepak Mardi
fb77e54d54
Update broken React Router resource link ( #5444 )
...
Update broken React Router resource link
1 year ago
wheval
d3b8cbceaa
Update react router tutorial link ( #5175 )
...
change the link to react router tutorial, previous link was outdated
1 year ago
Tobiáš Smolný
46eb27a810
doc: add new resources ( #5002 )
1 year ago
Dhruv Kumar
c51438142c
fix : year from 2023 to 2024 ( #4979 )
1 year ago
mshafiqyajid
f62faf214c
fix: broken `superagent` official website link ( #4942 )
1 year ago
Olivier Tassinari
cf5dd19652
Update Material UI guide to v5 ( #4588 )
...
* Update Material UI guide to v5
* keep in sycn
1 year ago
Rishi
7e5c0a5716
Update 101-next-js.md
...
Updated to latest video of JextJS from freecodecamp
1 year ago
Kamran Ahmed
7da244fe10
Add related questions below roadmaps
2 years ago
rane gray
c65f12fcb8
Add zustand resource ( #3803 )
...
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2 years ago
Kyrylo Nehaturov
b57c4cb558
fix: removed dublicated link ( #4217 )
...
removed dublicated link in react roadmap
2 years ago
Kyrylo Nehaturov
c236bf9bf9
fix: removed duplicate link in react 103-rendering/104-events ( #4218 )
...
removed duplicate link in react roadmap section 103-rendering/104-events
2 years ago
Kyrylo Nehaturov
c92c67acc9
fix: added link + rewritten link text react 106-state-management ( #4219 )
...
I found more obvious such resources list, with the documentation as the starting resource and then the link for the repo as the next one
2 years ago
Mirac Seref
bec59ed630
Update 101-functional-components.md ( #4233 )
...
Fix link issue
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2 years ago
Shawn Gestupa
c1d37dead3
update link of "Functional Components and Props" ( #4317 )
2 years ago
Kamran Ahmed
21008de3d1
Prepare roadmaps for team edits
2 years ago
Dmitrii Goriachev
07acb17459
Update links to new react documentation ( #4134 )
...
* update react error boundary link
* update links to JSX
* actualize Component Life Cycle overview and links
* update links to event handling in react
* actualize HOC overview
2 years ago
roadmap bot
9f620866cb
chore: add resource under react:cli-tools:create-react-app
2 years ago
roadmap bot
8d4299c899
chore: add resource under react:components:composition-vs-inheritance
2 years ago
roadmap bot
b743a31610
chore: add resource under react:cli-tools:vite
2 years ago
roadmap bot
b525c5efb4
chore: add resource under react:components:functional-components
2 years ago
Arnav K
7a19b7887a
Fix router link ( #4105 )
2 years ago
Ritik Ranjan
4aca01a98d
Fix spelling mistake ( #4088 )
2 years ago
JustLolo
1630b493b1
External link is broken, fixed
2 years ago
JustLolo
aba2fd1d35
External broken link, Youtube is showing:
...
`This video isn't available anymore`
2 years ago
roadmap bot
c7ef97cb4f
chore: add resource under react:rendering:refs
2 years ago
roadmap bot
564f48540e
chore: add resource under react:rendering:render-props
2 years ago
roadmap bot
056e0e8e3a
chore: add resource under react:rendering:lists-and-keys
2 years ago
roadmap bot
bf61697154
chore: add resource under react:hooks:common-hooks
2 years ago
Kamran Ahmed
5cf0e76765
chore: add resource under react:components:props-vs-state
2 years ago
Kamran Ahmed
d2055e0f6d
chore: add resource under react:components:conditional-rendering
2 years ago
Kamran Ahmed
c4d9651e95
chore: add resource under react:components
2 years ago
Kamran Ahmed
dec5e58063
Refactor roadmap and best practice rendering engine
2 years ago
Kamran Ahmed
88aa7e4024
Add fullstack roadmap
2 years ago
Pedro Macedo
52649a2d3c
Change react docs link ( #3742 )
2 years ago
Kamran Ahmed
d21c1f6d0d
Add sponsors
2 years ago
Kamran Ahmed
d232d3bbd0
Update sponsors
2 years ago
Kamran Ahmed
7434ff71eb
Run prettier
2 years ago
Rahul Saw
56f0df549d
Removed a link ( #3697 )
...
I think there is no need to use one more link for the exact same example.
The link that I have removed, redirects the user to the old react documentation which is already listed in this md file as "Reusing Logic with Custom Hooks".
2 years ago
Arik Chakma
71b43af862
fix: upcoming button overlap ( #3713 )
...
* docs: new resources for jsx and functional components
* fix: upcoming button overlap
2 years ago
Aroyan
f83a1a6c3b
Update links to the latest React documentation ( #3675 )
...
* feat: add Set JavaScript content
* refactor: update links to the latest react documentation
This commit updates all links that referred to outdated(legacy) React documentation to the latest version
2 years ago
Alex Ivanovs
fefbb4f833
Updating resources for React Router ( #3586 )
...
I'm adding a link to a React Router cheatsheet/reference covering examples of various routes, including core components and routers introduced in v6.4.
2 years ago
kamranahmedse
8f90dac32e
chore: update sponsors
2 years ago
Kamran Ahmed
b6a0255f12
Change location for data files
2 years ago