- Can I Use create-react-app Without a Server? https://facebook.github.io/create-react-app/docs/deployment 7 comments reactjs
- Nice guide on using server-side react rended with node+express. Webdev history included. https://www.smashingmagazine.com/2016/03/server-side-rendering-react-node-express/ 3 comments reactjs
- Use SSRize to server-side render your react apps. https://github.com/alexishacks/ssrize 4 comments reactjs
- React Query vs. Apollo Client (when using Apollo Server)? https://twitter.com/tannerlinsley/status/1253726491638026240 5 comments reactjs
- Overview of Proxy Servers and How We Use Them in React https://levelup.gitconnected.com/overview-of-proxy-server-and-how-we-use-them-in-react-bf67c062b929 3 comments reactjs
- react-laravel: Use ReactJS and server-side rendering with Blade directive and unobtrusive JavaScript https://github.com/talyssonoc/react-laravel 5 comments laravel
- ReactJs: Still worth using tRPC or React-Query over Server Actions? https://itnext.io/reactjs-still-worth-using-trpc-or-react-query-over-server-actions-cbdcf9d66ac3?sk=8f27e594c3cdd6ab06306d2889f9ea92 63 comments reactjs
- Isomorphic Development: concerns and tradeoffs with React Server Components and mixed-use code https://meijer.ws/articles/isomorphic-development 4 comments reactjs
- Learn GraphQL, Apollo Server 2, and Black-box Testing (P2/3 of a newsreader built using React) https://www.youtube.com/watch?v=M0nIFRd8DXU 9 comments reactjs
- Uploading images to a Flask server using FilePond (React component)? https://www.reddit.com/r/learnprogramming/comments/c9jtzd/uploading_images_to_a_flask_server_using_filepond/ 5 comments learnprogramming
- A boiler plate for creating react applications bundled by webpack (using ES6, Babel, SASS and webpack development server) https://github.com/temilaj/react-webpack-starter 4 comments reactjs
- HTMLDocument - A foundational React component useful for rendering full html documents on the server. https://github.com/venmo/react-html-document 4 comments javascript
- This Week In React-Native #135: Expo 48, React-Native Server Components, React-Navigation 7, Expo Image 1.0, Survey Results, SpaceX using Expo, Fastlane... https://thisweekinreact.com/newsletter/135#react-native 2 comments reactnative
- Boilerplate with React 17, Webpack 5, Tailwind 2, using babel, sass, with a hot dev server and an optimized production build https://github.com/altafino/react-webpack-5-tailwind-2 45 comments reactjs
- Using Electrode to Improve React Server Side Render Performance By Up To 70% – WalmartLabs https://medium.com/walmartlabs/using-electrode-to-improve-react-server-side-render-performance-by-up-to-70-e43f9494eb8b#.5w59nj45y 8 comments reactjs
- [learner-app] A "server-less" water and calorie tracker using react, styled-components app https://github.com/makaravind/WaFoo 7 comments reactjs
- This Week In React #196: Forms, Jotai, DI, Electron, Docusaurus, Signals, Plunk, React-Server, Switchboard, React-Call, RN WebGPU, Nitro Modules, use dom, macOS, Screens, Autolinking, Cocoapods, Corepack, Node.js, TypeScript... https://thisweekinreact.com/newsletter/196 2 comments reactjs
- Inertia.js - lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers https://inertiajs.com/ 12 comments javascript
- Universal JavaScript Apps with React Router 4 – How to use the latest version of React Router both on the server side and the client side https://ebaytech.berlin/universal-web-apps-with-react-router-4-15002bb30ccb#.rsts4xvyp 7 comments reactjs
- From Rails scaffold to React step-by-step, using server-side rendering and react-rails https://github.com/arkency/scaffold-to-react 5 comments rails
- Using React and node, I have created a website that allows everyone to share files between their devices without having to use long URLs or store the file on someone's servers. https://drop.lol 89 comments reactjs
- I wrote a tutorial on creating a simple blog using React & Node (Learn how to config your own Webpack, Redux, React-Router and start your node server from scratch!) https://medium.com/@_aerdeljac/learn-how-to-create-a-simple-blog-with-react-node-c05fa6889de3 33 comments javascript
- I wrote a tutorial on creating a simple blog using React & Node (Learn how to config your own Webpack, Redux, React-Router and start your node server from scratch!) https://medium.com/@_aerdeljac/learn-how-to-create-a-simple-blog-with-react-node-c05fa6889de3 17 comments reactjs
- Basic example of how to render react components on the server with Koa using React Router to route requests and RxJS to perform data loading https://github.com/oscarduignan/koa-react-router-rxjs-example 3 comments reactjs
- I just started with React and Spring boot last week, created a server to control the computer functionalities like volume, locking system, or putting the system to sleep using the phone. I made a video, need some suggestions as I am planning to upload my other personal projects. :) https://www.youtube.com/watch?v=wQIgFHn1wRg 5 comments reactjs
- I just started with React and Spring boot last week, created a server to control the computer functionalities like volume, locking system, or putting the system to sleep using the phone. I made a video, need some suggestions as I am planning to upload my other personal projects. :) https://www.youtube.com/watch?v=wQIgFHn1wRg 11 comments coding
- Create React App, with server-side rendering (supporting Redux and React Router) and using TypeScript universally. https://github.com/haukurk/cra-ssr-ts-recipe 10 comments reactjs
- Hello everyone. Can someone please tell me how to connect a react native client to node js server using tcp sockets? I tried using the npm package mentioned below. If anyone has done this can you please share the basic server client code for tcp sockets? Thanks https://github.com/Rapsssito/react-native-tcp-socket 4 comments reactnative