Hacker News
- Testing React 16.3+ Components with react-test-renderer (without Enzyme) https://medium.com/@dupski/testing-react-16-3-components-with-react-test-renderer-without-enzyme-d9c65d689e88 5 comments reactjs
- I managed to render react components in ChatGPT! https://www.symphony.run/attachments/preview.gif 11 comments reactjs
- Imported component isn't doing its render() : REACT https://www.reddit.com/r/learnprogramming/comments/7o25or/imported_component_isnt_doing_its_render_react/ 7 comments learnprogramming
- render a element based on variable - react component https://www.reddit.com/r/javascript/comments/6n7vql/render_a_element_based_on_variable_react_component/ 4 comments javascript
- How can I wait a promise to be resolved before rendering a component with react router? https://stackoverflow.com/questions/44705255/how-can-i-wait-a-promise-to-be-resolved-before-rendering-a-component-with-react 5 comments reactjs
- Avoid Useless Component Renders: React Hooks and Tips Applied on Lists https://blog.theodo.com/2022/01/react-list-hooks-avoid-render/ 10 comments reactjs
- Getting the CSS out of rendered React components https://swizec.com/blog/getting-the-css-out-of-rendered-react-components/swizec/9108 14 comments reactjs
- Revisiting use of React’s Component Life Cycles in Anticipation of Async Rendering https://medium.com/@awebofbrown/how-to-safely-use-reacts-life-cycles-with-fiber-s-async-rendering-fd4469ebbd8f 10 comments javascript
- Revisiting use of React’s Component Life Cycles in Anticipation of Async Rendering https://medium.com/@awebofbrown/how-to-safely-use-reacts-life-cycles-with-fiber-s-async-rendering-fd4469ebbd8f 4 comments reactjs
- Connecting React component to Redux store with render callback https://medium.com/@gott/connecting-react-component-to-redux-store-with-render-callback-53fd044bb42b 4 comments reactjs
- Rendering custom React components with Markdown https://gist.github.com/kitze/14f0ec52c97e5d4a6ee4d6204e71046a 5 comments reactjs
- react-virtualized component for efficiently rendering large, scrollable lists and tabular data http://bvaughn.github.io/react-virtualized/ 9 comments reactjs
- react-window: React components for efficiently rendering large lists and tabular data https://react-window.now.sh/ 34 comments reactjs
- Component Rendering Performance in React — stateless vs stateful vs pure components https://medium.com/modus-create-front-end-development/component-rendering-performance-in-react-df859b474adc#.1lh3admvt 8 comments reactjs
- Having trouble conditionally rendering a component inside a draggable component using react-draggable. Any ideas? https://codesandbox.io/s/gallant-voice-ly8jyj?file=%2Fsrc%2FMaster.js%3A113-673 3 comments reactjs
- How to render React component with react-router-dom by manually using of HTML5 history API? https://codesandbox.io/s/zqjyx7y6wl 6 comments learnprogramming
- A thorough exploration of Nested Components in React with a truck wheel rendering example http://www.reactjstutorial.net/nested-components.html 7 comments reactjs
- Build React-based applications that can connect to 40+ data sources like MongoDB, Google Sheets & Airtable. Import React components, extend with your connectors and even run JS code. Deploy on your own instances using Docker, K8S, Heroku, Render, etc. https://github.com/ToolJet/ToolJet 3 comments webdev
- Why does React re-render the components multiple times when using Zustand? https://i.stack.imgur.com/Uql7Q.png 5 comments reactjs
- Testing React functional component using hooks useEffect, useDispatch and useSelector in shallow renderer with Jest + Enzyme https://medium.com/@pylnata/testing-react-functional-component-using-hooks-useeffect-usedispatch-and-useselector-in-shallow-9cfbc74f62fb 32 comments reactjs
- React functional components re-renders https://codesandbox.io/embed/prevent-rerendering-with-hooks-69dqp?fontsize=14 8 comments reactjs
- Just released v2 of react-virtual-list - a super simple virtualized list higher-order-component (show a huge list but only render the visible items! performance!) https://github.com/developerdizzle/react-virtual-list 6 comments reactjs
- Shorti helps you add style to your React components by rendering short-hand "class names" into inline styles. https://www.npmjs.com/package/shorti 3 comments javascript
- component-playground: A component for rendering React components with editable source and live preview https://github.com/FormidableLabs/component-playground 3 comments reactjs
- Is there any way to detect individual elements rendering in React Component properly? (Not Components rendering) https://stackoverflow.com/questions/60388198/how-to-detect-rerenders-in-react-js-correctly 11 comments reactjs
- React router not re-rendering component when Query string in URL changes, by pressing the Browser back button https://github.com/supasate/connected-react-router/issues/168#issuecomment-439720683 8 comments reactjs
- Rendering React Components as a Mind Map in Three.js using a Force Directed Graph https://dev.to/pahund/drawing-a-mind-map-with-three-js-and-react-force-directed-graphs-nuffshell-coding-diary-part-iv-1b74 24 comments javascript
- 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
- Unexpected behaviour when React Native re-renders component. Please Help! https://stackoverflow.com/questions/57000194/unexpected-behaviour-when-react-native-re-renders-component 3 comments reactnative
- Using advanced design patterns to create flexible and reusable React components — Part 3: Render Props https://medium.com/@shaundavidhutch/using-advanced-design-patterns-to-create-flexible-and-reusable-react-components-part-3-render-d7517dfe72bc 7 comments reactjs
- New React Docs beta is live! Covers function components, hooks, rendering, state updates, and other key concepts https://beta.reactjs.org/ 39 comments javascript
- New React Docs beta is live! Covers function components, hooks, rendering, state updates, and other key concepts https://beta.reactjs.org/ 109 comments reactjs
- A very Informative and ELI5-style intro to React.memo & memoization of functional components in React to prevent unnecessary re-renders https://kyleshevlin.com/using-react-memo-to-avoid-unnecessary-rerenders 22 comments reactjs
- Introducing Astro - A static site builder that will take a website built in React, Preact, Svelte, Vue, or plain vanilla and render everything to static HTML; 0 bytes of JS by default. Interactive components load on demand. https://astro.build/blog/introducing-astro 4 comments webdev
- SpreadSheet Grid: Excel-like DataGrid component for React JS. Built for high performance rendering similar to google sheets. https://rowsncolumns.app/ 26 comments reactjs
- I have created a React component designed for displaying HTML e-mail contents safely, matching Gmail's rendering and support for HTML/CSS features. Other features include first-class TypeScript support and no extra dependencies. https://github.com/mat-sz/react-letter 20 comments reactjs
- In React, Render Callbacks are a powerful alternative to Higher-Order Components (HOCs). Learn why you should avoid using one of the most popular implementations, Function as Child Components, and discover a better solution called Component Injection. http://americanexpress.io/faccs-are-an-antipattern/ 6 comments reactjs
- Svelte Custom element API: To change component state and trigger a re-render, just assign to a locally declared variable. (Svelte received nearly as many github starts as react this month, even if you invested in React/Vue you need to see this, because frameworks like these are the future of JS UI) https://svelte.dev/docs#custom_element_api 8 comments javascript
- My first baby react app! She's ugly and full of spaghetti, but I learned a lot about state, redux, mapping components and conditional rendering! I'm ready to build my first site; what do you guys recommend for styling components? https://fstoj.csb.app/ 32 comments reactjs