DEV Community

roggc profile picture

roggc

React and React Native developer

jotai-wrapper, a wrapper library around jotai

jotai-wrapper, a wrapper library around jotai

Comments
2 min read

Want to connect with roggc?

Create an account to connect with roggc. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Action client component in NextJS 14

Action client component in NextJS 14

1
Comments
5 min read
How to make all local state globally accessible and how much it costs in terms of performance in React

How to make all local state globally accessible and how much it costs in terms of performance in React

Comments
5 min read
React Context consumer only updates when state defined in Provider wrapper component changes

React Context consumer only updates when state defined in Provider wrapper component changes

Comments
4 min read
React 18: Streaming SSR with Suspense and data fetching on the server (How to)

React 18: Streaming SSR with Suspense and data fetching on the server (How to)

22
Comments 2
3 min read
How to fetch data in React with Suspense and ErrorBoundary

How to fetch data in React with Suspense and ErrorBoundary

7
Comments
2 min read
useReducer Hook Use Cases In React

useReducer Hook Use Cases In React

5
Comments
1 min read
The ultimate solution to global state management in React

The ultimate solution to global state management in React

21
Comments
4 min read
Vue 3 vs React: The Minesweeper game

Vue 3 vs React: The Minesweeper game

4
Comments
8 min read
Full State Management in Vue 3 (without Vuex)

Full State Management in Vue 3 (without Vuex)

25
Comments
4 min read
Full State Management in React (without Redux)

Full State Management in React (without Redux)

9
Comments
7 min read
Lifting up information in React from one component to its parents in the component tree.

Lifting up information in React from one component to its parents in the component tree.

1
Comments
3 min read
Setting up a development environment with Vue, JSX and Webpack

Setting up a development environment with Vue, JSX and Webpack

10
Comments
3 min read
Managing state in Vue.js

Managing state in Vue.js

7
Comments
2 min read
Setting state for parent from within useEffect hook in child component causes an infinite loop

Setting state for parent from within useEffect hook in child component causes an infinite loop

12
Comments 6
3 min read
Calling a component recursively in React.js

Calling a component recursively in React.js

7
Comments
1 min read
HOC pattern in Vue.js

HOC pattern in Vue.js

7
Comments 2
2 min read
Setting up a dev environment for Vue with Parcel and Babel

Setting up a dev environment for Vue with Parcel and Babel

16
Comments 5
2 min read
Setting up a dev environment for React with Parcel and Babel

Setting up a dev environment for React with Parcel and Babel

8
Comments
1 min read
GraphQL and Firebase

GraphQL and Firebase

37
Comments
3 min read
How to continuously drag an element in React with javascript

How to continuously drag an element in React with javascript

11
Comments 8
2 min read
How to implement drag and drop in React

How to implement drag and drop in React

7
Comments 1
3 min read
TDD with react in the browser with mocha, chai and testing library 🔥

TDD with react in the browser with mocha, chai and testing library 🔥

8
Comments
3 min read
Say goodbye to create-react-app 🧐

Say goodbye to create-react-app 🧐

7
Comments
4 min read
Minimal Webpack configuration to get React app

Minimal Webpack configuration to get React app

8
Comments
4 min read
Use of useReducer to manage state in React 💪

Use of useReducer to manage state in React 💪

5
Comments
5 min read
loading...