TanStack /
router
🤖 A client-first, server-capable, fully type-safe router and full-stack framework for the web (React and more).
Loading repository data…
besenio / repository
A full stack clone of the video-sharing platform “YouTube”. This clone was primarily written in Ruby, JavaScript, HTML, and CSS. Other technologies include Rails, React, Redux, Amazon Web Services, and Heroku.
ViewTube is a video sharing platform for users to express and share themselves. Whether it’s through uploading a video, liking content, or voicing their opinions through comments, ViewTube promotes individuality and user interactions.
handleLikeVideo() {
if (!this.props.currentUser) this.props.history.push('/login');
if (this.props.userLike.liked === undefined) {
this.props.createLike({
video_id: this.props.video.id,
liked: true
}).then(() => this.props.fetchVideo(this.props.match.params.videoId))
} else {
if (this.props.userLike.liked === false) {
this.props.updateLike({
id: this.props.userLike.id,
video_id: this.props.video.id,
liked: true
}).then(() => this.props.fetchVideo(this.props.match.params.videoId))
} else {
this.props.deleteLike(this.props.userLike.id)
.then(() => this.props.fetchVideo(this.props.match.params.videoId))
}
}
}
Selected from shared topics, language and repository description—not editorial ratings.
TanStack /
🤖 A client-first, server-capable, fully type-safe router and full-stack framework for the web (React and more).
apostrophecms /
A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
rohan-paul /
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
wesbos /
Starter Files and Solutions for Full Stack Advanced React and GraphQL
reactGo /
Your One-Stop solution for a full-stack universal Redux App!
halfrost /
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用